oh my god

This commit is contained in:
Sakooooo 2025-01-07 19:00:31 +04:00
parent e323a0167e
commit a204cdee26
Signed by: sako
GPG key ID: FE52FD65B76E4751

View file

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