Loading nixos/modules/services/security/vaultwarden/default.nix +2 −4 Original line number Diff line number Diff line Loading @@ -60,11 +60,9 @@ in { config = mkOption { type = attrsOf (nullOr (oneOf [ bool int str ])); default = { config = { ROCKET_ADDRESS = "::1"; # default to localhost ROCKET_PORT = 8222; }; }; example = literalExpression '' { DOMAIN = "https://bitwarden.example.com"; Loading Loading
nixos/modules/services/security/vaultwarden/default.nix +2 −4 Original line number Diff line number Diff line Loading @@ -60,11 +60,9 @@ in { config = mkOption { type = attrsOf (nullOr (oneOf [ bool int str ])); default = { config = { ROCKET_ADDRESS = "::1"; # default to localhost ROCKET_PORT = 8222; }; }; example = literalExpression '' { DOMAIN = "https://bitwarden.example.com"; Loading