back to systemd boot for oracles

This commit is contained in:
Nathan McCarty 2022-09-12 21:30:43 -04:00
parent 3aee6d2f9a
commit 72b38b9127
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 4 additions and 1 deletions

View File

@ -57,7 +57,7 @@
}; };
}; };
config = { config = {
setupGrub = true; setupGrub = false;
nix = { nix = {
autoUpdate = true; autoUpdate = true;
autoGC = true; autoGC = true;
@ -68,6 +68,9 @@
}; };
}; };
}; };
# Configure bootloader
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
# Configure networking # Configure networking
networking = { networking = {
domain = "mccarty.io"; domain = "mccarty.io";