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:
@ -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;
|
||||
|
Reference in New Issue
Block a user