fix(eientei): disable vaultwarden registration
This commit is contained in:
parent
7cf31cc4b8
commit
b47ce80f16
|
@ -4,7 +4,7 @@
|
|||
environmentFile = "/nix/persist/service/vaultwarden/secret.env";
|
||||
config = {
|
||||
domain = "https://vault.514fpv.io:2096";
|
||||
signupsAllowed = true;
|
||||
signupsAllowed = false;
|
||||
rocketAddress = "127.0.0.1";
|
||||
rocketPort = 8222;
|
||||
rocketLog = "critical";
|
||||
|
|
Loading…
Reference in a new issue