about summary refs log tree commit diff
path: root/modules/nixos/games/minecraft.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/nixos/games/minecraft.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/nixos/games/minecraft.nix b/modules/nixos/games/minecraft.nix
index 888c479..e5cee32 100644
--- a/modules/nixos/games/minecraft.nix
+++ b/modules/nixos/games/minecraft.nix
@@ -68,8 +68,6 @@ in {
             snooper-enabled = false;
           };
 
-          whitelist = {}; # TODO Fill this.
-
           jvmOpts =
             (concatStringsSep " " [
               "-Xms${cfg.server.memory}"

Consider giving Nix/NixOS a try! <3