cleaned up lib and modules/misc

This commit is contained in:
Gerg-L 2023-06-26 22:13:41 -04:00
parent f2974e6b13
commit da8e226c3a
7 changed files with 55 additions and 52 deletions

View file

@ -14,7 +14,7 @@
pkgs.sops
];
sops = {
defaultSopsFile = self + "/hosts/" + config.networking.hostName + "/secrets.yaml";
defaultSopsFile = "${self}/hosts/${config.networking.hostName}/secrets.yaml";
age.sshKeyPaths = ["/etc/ssh/ssh_host_ed25519_key"];
};
}