back to systemd boot for oracles
This commit is contained in:
parent
3aee6d2f9a
commit
72b38b9127
|
@ -57,7 +57,7 @@
|
|||
};
|
||||
};
|
||||
config = {
|
||||
setupGrub = true;
|
||||
setupGrub = false;
|
||||
nix = {
|
||||
autoUpdate = true;
|
||||
autoGC = true;
|
||||
|
@ -68,6 +68,9 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
# Configure bootloader
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
# Configure networking
|
||||
networking = {
|
||||
domain = "mccarty.io";
|
||||
|
|
Loading…
Reference in New Issue