This commit is contained in:
Lucy Hochkamp 2025-08-11 19:37:52 +02:00
parent a701e6ead9
commit 6dd6a4021f
No known key found for this signature in database
7 changed files with 95 additions and 84 deletions

View file

@ -7,7 +7,7 @@ in
options.ragon.services.bitwarden.domain =
lib.mkOption {
type = lib.types.str;
default = "bw.ragon.xyz";
default = "bw.xyno.systems";
};
config = lib.mkIf cfg.enable {
services.vaultwarden = {