Update config a bit
This commit is contained in:
parent
fdb0c2d98d
commit
9f793eb4ae
|
@ -13,6 +13,7 @@ let
|
|||
# {{{ Public config
|
||||
HOST = "0.0.0.0";
|
||||
PORT = cfg.port;
|
||||
GAME_API_PREFIX = "/join/21";
|
||||
USERNAME = cfg.adminUsername;
|
||||
|
||||
LOG_BASE_DIR = "${cfg.dataDir}/log";
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
../common/optional/services/restic
|
||||
../common/optional/services/nginx.nix
|
||||
./services/syncthing.nix
|
||||
./services/glass-server
|
||||
|
||||
./hardware
|
||||
./boot.nix
|
||||
|
|
Loading…
Reference in a new issue