mirror of
https://github.com/oddlama/nixos-extra-modules.git
synced 2025-10-10 22:00:39 +02:00
fix: agenix secrets runtime path
This commit is contained in:
parent
a776d7c476
commit
5d15007c52
3 changed files with 17 additions and 10 deletions
|
@ -28,7 +28,10 @@
|
|||
hostCfg:
|
||||
flip map (attrValues hostCfg.config.services.restic.backups) (
|
||||
backupCfg:
|
||||
optional backupCfg.hetznerStorageBox.enable backupCfg.hetznerStorageBox
|
||||
optional backupCfg.hetznerStorageBox.enable (
|
||||
backupCfg.hetznerStorageBox
|
||||
// {sshPrivateKeyFile = hostCfg.config.age.secrets.${backupCfg.sshAgeSecret}.rekeyFile;}
|
||||
)
|
||||
)
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue