Add vaultwarden.
This commit is contained in:
parent
abeef2cb58
commit
cf9c488824
8 changed files with 29 additions and 10 deletions
|
|
@ -25,7 +25,7 @@ in {
|
|||
};
|
||||
|
||||
envPath = mkOption {
|
||||
type = lib.types.port;
|
||||
type = lib.types.path;
|
||||
};
|
||||
|
||||
domain = mkOption {
|
||||
|
|
@ -49,7 +49,7 @@ in {
|
|||
};
|
||||
|
||||
foehammer.backups.paths = [
|
||||
"/var/lib/bitwarden_rs"
|
||||
"/var/lib/vaultwarden"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue