WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
Showing only changes of commit 45047a7320 - Show all commits

View file

@ -31,12 +31,8 @@
boot = { boot = {
loader = { loader = {
efi.canTouchEfiVariables = true; efi.canTouchEfiVariables = true;
grub = { systemd-boot.enable = true;
enable = true; timeout = 0;
efiSupport = true;
device = "nodev";
timeoutStyle = "hidden";
};
}; };
initrd = { initrd = {