feat(secrets): declare agenix-rekey
hostPubkey
in meta
This commit is contained in:
parent
6e88fae58b
commit
9c709598d1
3 changed files with 6 additions and 8 deletions
|
@ -64,6 +64,9 @@ let
|
|||
# (r)agenix && agenix-rekey
|
||||
inputs.ragenix.nixosModules.default
|
||||
inputs.agenix-rekey.nixosModules.default
|
||||
(lib.optionalAttrs (meta ? pubkey) {
|
||||
age.rekey.hostPubkey = meta.pubkey;
|
||||
})
|
||||
# nix-topology
|
||||
inputs.nix-topology.nixosModules.default
|
||||
# Sane default `networking.hostName`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue