Rekeying + reduce access to thinkstation

This commit is contained in:
Filippo Berto 2025-05-15 14:28:49 +02:00
parent e49adc321b
commit dc44c00208
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
20 changed files with 342 additions and 343 deletions

View file

@ -345,7 +345,7 @@
./modules/nixos/steam.nix
] ++ homeManagerUModules ++ [{
age.secrets = {
minio_bertof = { file = ./secrets/minio_bertof.age; owner = "bertof"; };
minio_bertof = { file = ./secrets/minio_tiziano.age; owner = "bertof"; };
};
home-manager.users.bertof = import ./instances/thinkstation/hm.nix;
}];