1
1
Fork 1
mirror of https://github.com/oddlama/nixos-extra-modules.git synced 2025-10-10 22:00:39 +02:00

fix: forgot intermediate attrset

This commit is contained in:
Patrick Großmann 2024-01-15 01:57:28 +01:00
parent 5d15007c52
commit 3057e049e7
No known key found for this signature in database
GPG key ID: 451F95EFB8BECD0F

View file

@ -30,7 +30,7 @@
backupCfg:
optional backupCfg.hetznerStorageBox.enable (
backupCfg.hetznerStorageBox
// {sshPrivateKeyFile = hostCfg.config.age.secrets.${backupCfg.sshAgeSecret}.rekeyFile;}
// {sshPrivateKeyFile = hostCfg.config.age.secrets.${backupCfg.hetznerStorageBox.sshAgeSecret}.rekeyFile;}
)
)
)