diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/shinji.nix | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/hosts/shinji.nix b/hosts/shinji.nix index b812a86..756cfe1 100644 --- a/hosts/shinji.nix +++ b/hosts/shinji.nix @@ -13,7 +13,6 @@ inputs.nixpkgs.lib.nixosSystem rec { modules = [ options inputs.home-manager.nixosModules.home-manager - inputs.lanzaboote.nixosModules.lanzaboote ../nix { # options @@ -28,14 +27,11 @@ inputs.nixpkgs.lib.nixosSystem rec { security.tpm2.enable = false; # bootloader + boot.loader.systemd-boot.enable = true; boot.loader.efi = { canTouchEfiVariables = true; efiSysMountPoint = "/boot/efi"; }; - boot.lanzaboote = { - enable = true; - pkiBundle = "/var/lib/sbctl"; - }; # hostname networking.hostName = "shinji"; |