host<name>/default.nix -> host/<name>/main.nix

add _file in all modules
This commit is contained in:
Gerg-L 2023-07-26 12:32:10 -04:00
parent bcea731103
commit 14726d5c6d
33 changed files with 36 additions and 0 deletions

View file

@ -17,4 +17,5 @@
defaultSopsFile = "${self}/hosts/${config.networking.hostName}/secrets.yaml";
age.sshKeyPaths = ["/etc/ssh/ssh_host_ed25519_key"];
};
_file = ./sops.nix;
}