MacBook.local-2024-11-28-10-56-04

This commit is contained in:
Alexander Szczepanski
2024-11-28 10:56:04 +01:00
parent 8761abf51c
commit f26936704f
18 changed files with 85 additions and 15 deletions

View File

@ -75,7 +75,7 @@
};
sops = {
defaultSopsFile = lib.mkDefault ../secrets.yaml;
defaultSopsFile = lib.mkDefault ../secrets/secrets.yaml;
validateSopsFiles = true;
age = {
sshKeyPaths = ["/persist/etc/ssh/ssh_host_ed25519_key"];
@ -86,7 +86,7 @@
secrets = {
hashedPassword = {
neededForUsers = true;
sopsFile = ../secrets.yaml;
sopsFile = ../secrets/secrets.yaml;
};
};
};