feat: disable minecraft server 😭
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user