modules/services: vaultwarden-test -> vaultwarden
This commit is contained in:
parent
902d5d6271
commit
0817ab96aa
3 changed files with 8 additions and 6 deletions
|
@ -26,7 +26,7 @@ in
|
|||
"inx.moe.pem" = withOwner "nginx" secrets."inx.moe.pem";
|
||||
"inx.moe.key" = withOwner "nginx" secrets."inx.moe.key";
|
||||
})
|
||||
(mkIf config.services.vaultwarden-test.enable {
|
||||
(mkIf config.services.vaultwarden.enable {
|
||||
"vaultwarden" = withOwner "vaultwarden" secrets."vaultwarden";
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue