feat: add sops module

This commit is contained in:
2026-03-04 22:24:33 +01:00
parent 8574e4d19a
commit aeba37e8a2
4 changed files with 39 additions and 1 deletions

View File

@@ -4,4 +4,13 @@
Defaults pwfeedback
Defaults timestamp_timeout=120
'';
sops = {
age.sshKeyPaths = [
"/etc/ssh/ssh_host_ed25519_key"
];
defaultSopsFile = ../../secrets/default.sops.yaml;
secrets = {
"wifi_password" = { };
};
};
}