about summary refs log tree commit diff
path: root/modules/nixos/games
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2023-11-25 18:09:05 +0300
committerAzat Bahawi <azat@bahawi.net>2023-11-25 18:09:05 +0300
commite2cc46b37e33643cf3dd017adb8a009bf143e246 (patch)
tree86f24ea544e9ed75bf8736c951a09dfdb2219f5d /modules/nixos/games
parent2023-11-23 (diff)
2023-11-25
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