Debug RasPi conf
This commit is contained in:
parent
43defb4b7d
commit
74b6bcdfd5
2 changed files with 4 additions and 2 deletions
4
base.nix
4
base.nix
|
@ -171,8 +171,8 @@
|
||||||
users.mutableUsers = false; # Force all user management to happen throught nix-files
|
users.mutableUsers = false; # Force all user management to happen throught nix-files
|
||||||
|
|
||||||
boot.loader = {
|
boot.loader = {
|
||||||
systemd-boot.enable = true;
|
systemd-boot.enable = pkgs.lib.mkDefault true;
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = pkgs.lib.mkDefault true;
|
||||||
timeout = pkgs.lib.mkDefault 0;
|
timeout = pkgs.lib.mkDefault 0;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -108,6 +108,8 @@ in
|
||||||
"usb_storage"
|
"usb_storage"
|
||||||
];
|
];
|
||||||
loader = {
|
loader = {
|
||||||
|
timeout = 5;
|
||||||
|
systemd-boot.enable = false;
|
||||||
grub.enable = false;
|
grub.enable = false;
|
||||||
generic-extlinux-compatible.enable = true;
|
generic-extlinux-compatible.enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue