From 1bbf626c0134042951e7e827f1c20913b0e2e0c7 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Mon, 7 Jun 2021 22:23:58 +1000 Subject: [PATCH] minecraft: added secrets --- profiles/minecraftServer.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/profiles/minecraftServer.nix b/profiles/minecraftServer.nix index 1cdb452..3b3d59a 100644 --- a/profiles/minecraftServer.nix +++ b/profiles/minecraftServer.nix @@ -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; [