diff options
Diffstat (limited to 'hosts/glados')
| -rw-r--r-- | hosts/glados/boot.nix | 9 | ||||
| -rw-r--r-- | hosts/glados/default.nix | 2 | ||||
| -rw-r--r-- | hosts/glados/network.nix | 2 |
3 files changed, 5 insertions, 8 deletions
diff --git a/hosts/glados/boot.nix b/hosts/glados/boot.nix index 13cc84e..d0f0b22 100644 --- a/hosts/glados/boot.nix +++ b/hosts/glados/boot.nix @@ -12,12 +12,9 @@ kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages; kernelParams = ["nohibernate"]; - loader = { - systemd-boot = { - enable = lib.mkForce false; - }; - efi.canTouchEfiVariables = true; - }; + bootspec.enable = true; + loader.systemd-boot.enable = lib.mkForce false; + lanzaboote = { enable = true; pkiBundle = "/etc/secureboot"; diff --git a/hosts/glados/default.nix b/hosts/glados/default.nix index 96fa381..39687a2 100644 --- a/hosts/glados/default.nix +++ b/hosts/glados/default.nix @@ -5,7 +5,7 @@ ... }: { imports = [ - (modulesPath + "/profiles/minimal.nix") + (modulesPath + "/profiles/base.nix") ../common ../common/desktop/gnome.nix ../common/hardware/nvidia.nix diff --git a/hosts/glados/network.nix b/hosts/glados/network.nix index b80f0ae..e55a0a2 100644 --- a/hosts/glados/network.nix +++ b/hosts/glados/network.nix @@ -1,6 +1,6 @@ {config, ...}: { networking = { - hostId = "$(head -c 8 /etc/machine-id)"; + hostId = "replace_me"; networkmanager = { enable = true; dns = "systemd-resolved"; |
