feat: disable minecraft server 😭

This commit is contained in:
2025-08-15 15:27:06 +08:00
parent 1f60272f14
commit 953952f345

View File

@@ -1,5 +1,6 @@
{ lib, pkgs, ... }: { lib, pkgs, ... }:
{ {
/*
systemd.services."fabric1.20.6" = { systemd.services."fabric1.20.6" = {
description = "fabric 1.20.6 minecraft server"; description = "fabric 1.20.6 minecraft server";
wantedBy = [ "multi-user.target" ]; wantedBy = [ "multi-user.target" ];
@@ -11,6 +12,7 @@
RestartSec = 120; RestartSec = 120;
}; };
}; };
*/
my.persist = { my.persist = {
nixosDirs = [ nixosDirs = [
"/opt/minecraft" "/opt/minecraft"