forked from Bos55/nix-config
feat(security): implement metadata redaction and sops-nix migration
Migrated authorized SSH keys and personal metadata (emails, tokens) to sops-nix to prevent infrastructure fingerprinting. Introduced centralized secrets module with placeholder fallbacks.
This commit is contained in:
parent
731abd1d6f
commit
1c437333f3
11 changed files with 67 additions and 19 deletions
|
|
@ -39,6 +39,10 @@
|
|||
sops.defaultSopsFile = "${self}/secrets/secrets.yaml";
|
||||
sops.age.keyFile = "/var/lib/sops-nix/key.txt";
|
||||
})
|
||||
({ self, ... }: {
|
||||
sops.defaultSopsFile = "${self}/secrets/secrets.yaml";
|
||||
sops.age.keyFile = "/var/lib/sops-nix/key.txt";
|
||||
})
|
||||
];
|
||||
|
||||
hosts = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue