Infini-OPTIPLEX: fix vaultwarden data directory
This commit is contained in:
parent
d0001f2d99
commit
6cfbf62470
2 changed files with 4 additions and 5 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.enable {
|
||||
(mkIf config.services.vaultwarden-test.enable {
|
||||
"vaultwarden" = withOwner "vaultwarden" secrets."vaultwarden";
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue