update
This commit is contained in:
parent
349156c636
commit
20aa187064
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue