feat: disable minecraft server 😭
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
{ lib, pkgs, ... }:
|
||||
{
|
||||
/*
|
||||
systemd.services."fabric1.20.6" = {
|
||||
description = "fabric 1.20.6 minecraft server";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
@@ -11,6 +12,7 @@
|
||||
RestartSec = 120;
|
||||
};
|
||||
};
|
||||
*/
|
||||
my.persist = {
|
||||
nixosDirs = [
|
||||
"/opt/minecraft"
|
||||
|
||||
Reference in New Issue
Block a user