This commit is contained in:
Sakooooo 2025-01-07 18:56:52 +04:00
parent 349156c636
commit 20aa187064
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

@ -5,7 +5,7 @@ in {
options.void.server.game.minecraft = { enable = mkEnableOption false; }; options.void.server.game.minecraft = { enable = mkEnableOption false; };
config = mkIf cfg.enable { config = mkIf cfg.enable {
imports = [ inputs.nix-minecraft.nixosModules.minecraft-server ]; imports = [ inputs.nix-minecraft.nixosModules.minecraft-servers ];
nixpkgs = { nixpkgs = {
overlays = [ inputs.nix-minecraft.overlay ]; overlays = [ inputs.nix-minecraft.overlay ];
config.allowUnfreePredicate = pkg: config.allowUnfreePredicate = pkg: