Infini-SERVER: move vaultwarden to Infini-OPTIPLEX
This commit is contained in:
parent
2644b4f90f
commit
ac3951b605
3 changed files with 3 additions and 3 deletions
|
@ -2,6 +2,8 @@
|
|||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./filesystems.nix
|
||||
|
||||
./vaultwarden.nix
|
||||
];
|
||||
|
||||
system.stateVersion = "23.05";
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
DOMAIN = "https://bitwarden.inx.moe";
|
||||
SIGNUPS_ALLOWED = false;
|
||||
|
||||
DATA_FOLDER = "/var/lib/bitwarden_rs";
|
||||
DATA_FOLDER = "/srv/vaultwarden";
|
||||
|
||||
ROCKET_ADDRESS = "127.0.0.1";
|
||||
ROCKET_PORT = 8222;
|
|
@ -4,8 +4,6 @@
|
|||
private.nixosModules.nitter
|
||||
./hardware-configuration.nix
|
||||
./filesystems.nix
|
||||
|
||||
./vaultwarden.nix
|
||||
];
|
||||
|
||||
system.stateVersion = "22.05";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue