europa: cleanup
This commit is contained in:
parent
e6de7744d4
commit
7be31bac9d
@ -100,14 +100,13 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
boot.binfmt.emulatedSystems = ["aarch64-linux" "riscv64-linux"];
|
||||
|
||||
nixpkgs.config = {
|
||||
allowUnfree = true;
|
||||
allowUnsupportedSystem = true;
|
||||
};
|
||||
|
||||
boot = {
|
||||
binfmt.emulatedSystems = ["aarch64-linux" "riscv64-linux"];
|
||||
initrd.systemd.enable = true;
|
||||
loader = {
|
||||
systemd-boot.enable = true;
|
||||
@ -118,7 +117,6 @@ in {
|
||||
};
|
||||
kernelParams = ["boot.shell_on_fail" "mem_sleep_default=deep"];
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
#kernelPackages = pkgs.linuxPackages;
|
||||
};
|
||||
|
||||
sshFidoAgent.enable = lib.mkDefault true;
|
||||
|
Loading…
Reference in New Issue
Block a user