Created fabius user (raspberry pi 5). Changed flake.nix. (#76)

* Created fabius user (raspberry pi 5). Changed flake.nix.

* add custom iso type

* change to crossPkgs

* add crossCompile aarch64
This commit is contained in:
Dennis
2024-02-06 20:35:02 +01:00
committed by GitHub
parent 4c1e86907a
commit d020ef2189
3 changed files with 46 additions and 28 deletions

View File

@ -51,7 +51,7 @@ in {
generationsDir.copyKernels = true;
systemd-boot.enable = lib.mkIf cfg.useSystemdBoot true;
grub = lib.mkIf (!cfg.useSystemdBoot) {
enable = true;
enable = lib.mkForce true;
copyKernels = true;
zfsSupport = lib.mkIf (cfg.filesystem == "zfs") true;
efiSupport = true;