Compare commits
No commits in common. "a4201139b642f0255f3def015a4e3cc014598143" and "cf95c945aaaa8f86a29aea93fd3ea10629f4bcd2" have entirely different histories.
a4201139b6
...
cf95c945aa
6
flake.lock
generated
6
flake.lock
generated
@ -529,11 +529,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1716948931,
|
"lastModified": 1716859343,
|
||||||
"narHash": "sha256-wP2A/wbxE7h8u5iwlogkEevsIvx/dJmZlyoyy/2x3rE=",
|
"narHash": "sha256-MymVdhYLcuYpdrETkPUKMwjwo97Gvro/pP4zYvdzrRM=",
|
||||||
"owner": "infinidoge",
|
"owner": "infinidoge",
|
||||||
"repo": "nix-minecraft",
|
"repo": "nix-minecraft",
|
||||||
"rev": "ab4790259bf8ed20f4417de5a0e5ee592094c7c3",
|
"rev": "dc572cf73cd5a5630d28bcdb98adf1d65983aaef",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -54,6 +54,7 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
modpack = notlite-modpack;
|
modpack = notlite-modpack;
|
||||||
|
package = shimPackage;
|
||||||
modpackSymlinks = [ "mods" ];
|
modpackSymlinks = [ "mods" ];
|
||||||
modpackFiles = [ "config/" "kubejs/" ];
|
modpackFiles = [ "config/" "kubejs/" ];
|
||||||
serverProperties = {
|
serverProperties = {
|
||||||
@ -73,7 +74,7 @@ in
|
|||||||
in config.nixfiles.lib.minecraft.mkServer {
|
in config.nixfiles.lib.minecraft.mkServer {
|
||||||
enable = false;
|
enable = false;
|
||||||
modpack = notlite-modpack;
|
modpack = notlite-modpack;
|
||||||
# package = shimPackage;
|
package = shimPackage;
|
||||||
autoStart = self.enable;
|
autoStart = self.enable;
|
||||||
whitelist = {
|
whitelist = {
|
||||||
YzumThreeEye = "3dad78e8-6979-404f-820e-952ce20964a0";
|
YzumThreeEye = "3dad78e8-6979-404f-820e-952ce20964a0";
|
||||||
@ -82,10 +83,8 @@ in
|
|||||||
};
|
};
|
||||||
modpackSymlinks = [ "mods" ];
|
modpackSymlinks = [ "mods" ];
|
||||||
modpackFiles = [ "config/" "kubejs/" ];
|
modpackFiles = [ "config/" "kubejs/" ];
|
||||||
serverProperties = rec {
|
serverProperties = {
|
||||||
motd = "owo what's this (nix edition)";
|
motd = "owo what's this (nix edition)";
|
||||||
server-port = 25568;
|
|
||||||
"query.port" = server-port;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user