diff options
author | sefidel <contact@sefidel.net> | 2024-08-04 22:14:32 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2024-08-06 16:01:39 +0900 |
commit | b675bd54bd5bf96cbc326ea62a0549338aa27156 (patch) | |
tree | 03d11ba1bff275ab92c0743f337ac1cb2600c3d9 /nixos/default.nix | |
parent | f32cda5a3179fdce587349e8014fa2ee012de4ee (diff) | |
download | nixrc-b675bd54bd5bf96cbc326ea62a0549338aa27156.tar.gz nixrc-b675bd54bd5bf96cbc326ea62a0549338aa27156.zip |
feat(modules/secure-boot)!: import lanzaboot inside module
Diffstat (limited to 'nixos/default.nix')
-rw-r--r-- | nixos/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/default.nix b/nixos/default.nix index 16e3cbf..599ba75 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -15,7 +15,6 @@ name = "haruka"; nixpkgs = unstable; extraModules = [ - inputs.lanzaboote.nixosModules.lanzaboote inputs.sops-nix.nixosModules.sops inputs.impermanence.nixosModules.impermanence inputs.attic.nixosModules.atticd |