Reorderd Secrets to match a structure

This commit is contained in:
2026-06-29 12:17:55 +02:00
parent a24e82bf5a
commit 73ff128705
19 changed files with 199 additions and 180 deletions
@@ -34,12 +34,11 @@
};
sops = {
secrets.smb_passwd = { };
secrets."network/smb_passwd" = { };
templates.smb_credentials = {
content = ''
username=${primaryUser}
password=${config.sops.placeholder.smb_passwd}
password=${config.sops.placeholder."network/smb_passwd"}
'';
};
};