import nixosModules explicitly

we need to also import sops-nix for sops
This commit is contained in:
Jörg Thalheim
2023-08-22 15:18:37 +02:00
parent 48a5f64be6
commit ed1d28f20b
2 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
{ ... }: {
flake.nixosModules = {
hidden-ssh-announce.imports = [ ./hidden-ssh-announce.nix ];
installer.imports = [ ./installer.nix ];
};
}