|
|
@ -4,6 +4,8 @@ |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
imports = [ ../secrets/minecraftServer.nix ]; |
|
|
|
|
|
|
|
nixpkgs = { |
|
|
|
config = { |
|
|
|
allowUnfree = true; |
|
|
@ -22,11 +24,6 @@ |
|
|
|
enable-rcon = true; |
|
|
|
"rcon.password" = "hunter2"; |
|
|
|
}; |
|
|
|
whitelist = { |
|
|
|
hamish12345 = "cb280dd7-14af-4f5b-9855-7051c98e6860"; |
|
|
|
TongMaster = "765bbc7c-6a06-4f10-8bde-f15a8a779007"; |
|
|
|
STWXander = "0a6dd5d3-25e8-4fc6-a601-2a1a6838e22a"; |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
environment.systemPackages = with pkgs; [ |
|
|
|