diff --git a/hosts/hermit/configuration.nix b/hosts/hermit/configuration.nix index 7a88c01..c282d5e 100644 --- a/hosts/hermit/configuration.nix +++ b/hosts/hermit/configuration.nix @@ -31,7 +31,10 @@ }; system = { - boot.systemd-boot.enable = true; + boot = { + systemd-boot.enable = true; + lanzaboote.enable = true; + }; impermanence.enable = false; services = { owncloud.enable = true;