fix(agenix-rekey-default)!: use lib.mkDefault

This commit is contained in:
reo101 2024-07-19 01:35:55 +03:00
parent 70d949e7e0
commit b8f75023b2
Signed by: reo101
GPG key ID: 675AA7EF13964ACB
2 changed files with 6 additions and 6 deletions

View file

@ -17,9 +17,9 @@
age.rekey = {
hostPubkey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPopSTZ81UyKp9JSljCLp+Syk51zacjh9fLteqxQ6/aB";
masterIdentities = [ "${inputs.self}/secrets/privkey.age" ];
storageMode = "derivation";
# forceRekeyOnSystem = "aarch64-linux";
# masterIdentities = [ "${inputs.self}/secrets/privkey.age" ];
# storageMode = "local";
# localStorageDir = "${inputs.self}/secrets/rekeyed/${config.networking.hostName}";
};
nixpkgs = {