forked from mirrors_public/oddlama_nix-config
feat: remove recipients.txt in favor of nix run '.#edit-secret'
This commit is contained in:
parent
587703c157
commit
7cabb98064
4 changed files with 24 additions and 38 deletions
|
@ -26,8 +26,8 @@ in {
|
|||
security.sudo.enable = false;
|
||||
|
||||
rekey.hostPubkey = ../../secrets/pubkeys + "/${config.networking.hostName}.pub";
|
||||
rekey.masterIdentityPaths = [../../secrets/yk1-nix-rage.pub];
|
||||
rekey.agePlugins = with pkgs; [age-plugin-yubikey];
|
||||
rekey.masterIdentities = [../../secrets/yk1-nix-rage.pub];
|
||||
rekey.extraEncryptionPubkeys = [../../secrets/backup.pub];
|
||||
|
||||
rekey.secrets.yolo.file = ./yolo.age;
|
||||
environment.etc."YOLO".source = config.rekey.secrets.yolo.path;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue