back to systemd boot for oracles
This commit is contained in:
parent
3aee6d2f9a
commit
72b38b9127
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue