mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 09:01:16 +00:00
disable user creation
This commit is contained in:
parent
feec4f69bf
commit
f820677aab
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ in
|
||||||
environmentFile = "/var/lib/vaultwarden/vaultwarden.env";
|
environmentFile = "/var/lib/vaultwarden/vaultwarden.env";
|
||||||
config = {
|
config = {
|
||||||
DOMAIN = "https://${vaultDomain}";
|
DOMAIN = "https://${vaultDomain}";
|
||||||
SIGNUPS_ALLOWED = true;
|
SIGNUPS_ALLOWED = false;
|
||||||
ROCKET_ADDRESS = "127.0.0.1";
|
ROCKET_ADDRESS = "127.0.0.1";
|
||||||
ROCKET_PORT = 8222;
|
ROCKET_PORT = 8222;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue