Enable grub on perception

This commit is contained in:
Nathan McCarty 2023-04-08 23:29:41 -04:00
parent 1c1c7f4251
commit 6b72a5d5a7
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 1 additions and 4 deletions

View File

@ -23,6 +23,7 @@
};
};
config = {
setupGrub = true;
nix = {
autoUpdate = true;
autoGC = true;
@ -30,10 +31,6 @@
harden = false;
};
};
# Configure bootloader
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.kernelParams = [ "net.ifnames=0" ];
# Configure networking
networking = {
domain = "mccarty.io";