fix(agenix-rekey-default)!: use lib.mkDefault
This commit is contained in:
parent
70d949e7e0
commit
b8f75023b2
2 changed files with 6 additions and 6 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue