fix: module import and whitelÃist

This commit is contained in:
Katharina 2026-05-31 18:14:39 +02:00
parent 094964f354
commit 8adc14e69b
2 changed files with 2 additions and 5 deletions

View file

@ -9,7 +9,7 @@ let
in in
{ {
# Import the actual minecraft-servers NixOS module from nix-minecraft # Import the actual minecraft-servers NixOS module from nix-minecraft
imports = [ "${nix-minecraft-src}/modules/default.nix" ]; imports = [ "${nix-minecraft-src}/default.nix" ];
# Apply the overlay to pkgs so minecraftServers packages are available # Apply the overlay to pkgs so minecraftServers packages are available
nixpkgs.overlays = [ (import "${nix-minecraft-src}/overlay.nix") ]; nixpkgs.overlays = [ (import "${nix-minecraft-src}/overlay.nix") ];

View file

@ -1,6 +1,3 @@
{ {
# Minimal whitelist copied from example (trimmed) nudlerde = "03938a8b-35e8-4e98-919c-bed8d04563a0";
"1Storce1" = "3d5bafe4-dc52-4b6e-9e0e-7cb989dfa9c9";
Misterio7x = "3fc76c64-b1b2-4a95-b3cf-0d7d94db2d75";
N0SenseG4ming = "b11ffa78-1708-4725-aa71-21e601b53533";
} }