Add default.yaml for sops and set as such

This commit is contained in:
2025-12-13 02:36:20 -08:00
parent 420513c859
commit ade7bdd892
2 changed files with 23 additions and 3 deletions

View File

@@ -4,6 +4,11 @@
sops
age
];
sops = {
age.sshKeyPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
defaultSopsFile = ../../secrets/default.yaml;
};
security.sudo = {
enable = true;