Add vaultwarden.

This commit is contained in:
Lorenzo Good 2025-02-03 18:10:01 -06:00
parent abeef2cb58
commit cf9c488824
Signed by: lorenzo
GPG key ID: 7FCD64BD81180ED0
8 changed files with 29 additions and 10 deletions

View file

@ -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"
];
};
}