Personal Nix setup
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Move around settings

+9 -4
+7 -1
machines/ramune/configuration.nix
··· 56 56 palworld = { 57 57 enable = true; 58 58 public = true; 59 - ip = "134.209.136.30"; 59 + ip = "51.38.68.193"; 60 + settings = { 61 + ServerName = "London Boroughs"; 62 + ServerPassword = "onlyflans"; 63 + AllowConnectPlatform = "Xbox"; 64 + PalEggDefaultHatchingTime = 1; 65 + }; 60 66 }; 61 67 }; 62 68 };
+2 -3
modules/games/palworld.nix
··· 54 54 }; 55 55 56 56 baseSettings = { 57 - ServerName = "London Boroughs"; 58 - ServerPassword = "onlyflans"; 59 - AllowConnectPlatform = "Xbox"; 57 + ServerName = "Unnamed Server"; 58 + AllowConnectPlatform = "Steam"; 60 59 CoopPlayerMaxNum = cfg.maxPlayers; 61 60 bIsUseBackupSaveData = true; 62 61 RCONEnabled = false;