This commit is contained in:
2023-02-25 12:14:41 +00:00
parent d66e0951d4
commit 4f76414d98
4 changed files with 11 additions and 26 deletions

View File

@@ -7,11 +7,11 @@
sops = {
defaultSopsFile = ./secrets.yaml;
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
secrets.discogs_json = {
mode = "0440";
owner = config.users.users.sstent.name;
group = config.users.users.sstent.group;
};
# secrets.discogs_json = {
# mode = "0440";
# owner = config.users.users.sstent.name;
# group = config.users.users.sstent.group;
# };
};
}