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

View file

@ -2,7 +2,6 @@
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 {