minecraft: added secrets

This commit is contained in:
Serĉanto de Scio 2021-06-07 22:23:58 +10:00
parent 32c14339ac
commit 1bbf626c01
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -4,6 +4,8 @@
{ {
imports = [ ../secrets/minecraftServer.nix ];
nixpkgs = { nixpkgs = {
config = { config = {
allowUnfree = true; allowUnfree = true;
@ -22,11 +24,6 @@
enable-rcon = true; enable-rcon = true;
"rcon.password" = "hunter2"; "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; [ environment.systemPackages = with pkgs; [