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
f8ed707253
commit
731abd1d6f
1 changed files with 4 additions and 0 deletions
|
|
@ -35,6 +35,10 @@
|
||||||
./modules
|
./modules
|
||||||
./users
|
./users
|
||||||
sops-nix.nixosModules.sops
|
sops-nix.nixosModules.sops
|
||||||
|
({ self, ... }: {
|
||||||
|
sops.defaultSopsFile = "${self}/secrets/secrets.yaml";
|
||||||
|
sops.age.keyFile = "/var/lib/sops-nix/key.txt";
|
||||||
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
hosts = {
|
hosts = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue