Personal Nix setup

Move around settings

Changed files
+9 -4
machines
modules
games
+7 -1
machines/ramune/configuration.nix
···
palworld = {
enable = true;
public = true;
-
ip = "134.209.136.30";
+
ip = "51.38.68.193";
+
settings = {
+
ServerName = "London Boroughs";
+
ServerPassword = "onlyflans";
+
AllowConnectPlatform = "Xbox";
+
PalEggDefaultHatchingTime = 1;
+
};
};
};
};
+2 -3
modules/games/palworld.nix
···
};
baseSettings = {
-
ServerName = "London Boroughs";
-
ServerPassword = "onlyflans";
-
AllowConnectPlatform = "Xbox";
+
ServerName = "Unnamed Server";
+
AllowConnectPlatform = "Steam";
CoopPlayerMaxNum = cfg.maxPlayers;
bIsUseBackupSaveData = true;
RCONEnabled = false;