Compare commits
No commits in common. "7bdd8177f861aee816c5e22aecbc1a28433961d2" and "f6da5b272fb726aa9d0b490cdf26a2e50a318164" have entirely different histories.
7bdd8177f8
...
f6da5b272f
2 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
package = pkgs.vaultwarden-postgresql;
|
||||
dbBackend = "postgresql";
|
||||
config = {
|
||||
SIGNUPS_ALLOWED = false;
|
||||
SIGNUPS_ALLOWED = true;
|
||||
DATABASE_URL = "postgresql://vaultwarden:vaultwarden@192.168.1.211:5432/vaultwarden";
|
||||
LOG_LEVEL = "Info";
|
||||
ROCKET_ADDRESS = "0.0.0.0";
|
||||
|
|
|
@ -44,6 +44,7 @@
|
|||
wine
|
||||
lutris
|
||||
gamemode
|
||||
gamescope
|
||||
mangohud
|
||||
bottles
|
||||
osu-lazer-bin
|
||||
|
|
Loading…
Reference in a new issue