Enable grub on perception
This commit is contained in:
parent
1c1c7f4251
commit
6b72a5d5a7
|
@ -23,6 +23,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
config = {
|
config = {
|
||||||
|
setupGrub = true;
|
||||||
nix = {
|
nix = {
|
||||||
autoUpdate = true;
|
autoUpdate = true;
|
||||||
autoGC = true;
|
autoGC = true;
|
||||||
|
@ -30,10 +31,6 @@
|
||||||
harden = false;
|
harden = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# Configure bootloader
|
|
||||||
boot.loader.systemd-boot.enable = true;
|
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
|
||||||
boot.kernelParams = [ "net.ifnames=0" ];
|
|
||||||
# Configure networking
|
# Configure networking
|
||||||
networking = {
|
networking = {
|
||||||
domain = "mccarty.io";
|
domain = "mccarty.io";
|
||||||
|
|
Loading…
Reference in New Issue