mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-24 12:19:12 +00:00
hosts/plover: add bootloader settings
This commit is contained in:
parent
dd5ee00ae8
commit
e4701a3e03
@ -38,6 +38,9 @@ in
|
|||||||
"${modulesPath}/profiles/hardened.nix"
|
"${modulesPath}/profiles/hardened.nix"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
boot.loader.grub.enable = true;
|
||||||
|
boot.loader.grub.device = "/dev/sda";
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
domain = "foodogsquared.one";
|
domain = "foodogsquared.one";
|
||||||
firewall.allowedTCPPorts = [
|
firewall.allowedTCPPorts = [
|
||||||
|
Loading…
Reference in New Issue
Block a user