missmatched braces

This commit is contained in:
alisceon 2026-02-01 17:01:59 +01:00
parent ae734b1e08
commit ec6b81b4c7
2 changed files with 11 additions and 11 deletions

12
flake.lock generated
View file

@ -295,11 +295,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1769959907, "lastModified": 1769961174,
"narHash": "sha256-1n2CdZkVoXZUwqpdWOvPettZUu6grwGhK1Dp4VmDnpQ=", "narHash": "sha256-sQ3qYW9BLNI3J10nJlphTAYsMwMCgGAXHnNoGArk7Fw=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "1b9c72c263f461d754c607263cc71f0c862c2356", "rev": "e106c48dfcb2ed2a496df7aa0a9274e32007a297",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -316,11 +316,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1769959907, "lastModified": 1769961174,
"narHash": "sha256-1n2CdZkVoXZUwqpdWOvPettZUu6grwGhK1Dp4VmDnpQ=", "narHash": "sha256-sQ3qYW9BLNI3J10nJlphTAYsMwMCgGAXHnNoGArk7Fw=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "1b9c72c263f461d754c607263cc71f0c862c2356", "rev": "e106c48dfcb2ed2a496df7aa0a9274e32007a297",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -47,6 +47,7 @@ in
openFirewall = true; openFirewall = true;
servers.tfcpack = { servers.tfcpack = {
enable = true; enable = true;
package = pkgs.neoforgeServers.neoforge-1_21_1-21_1_219;
autoStart = true; autoStart = true;
serverProperties = { serverProperties = {
"motd" = "TFC Pack - Tesla Nixos"; "motd" = "TFC Pack - Tesla Nixos";
@ -64,11 +65,10 @@ in
"-XX:G1ReservePercent=15" "-XX:G1ReservePercent=15"
"-XX:InitiatingHeapOccupancyPercent=20" "-XX:InitiatingHeapOccupancyPercent=20"
]; ];
package = pkgs.neoforgeServers.neoforge-1_21_1-21_1_219; symlinks = {
}; "mods" = "${modpack}/mods";
symlinks = { }; # end symlinks
"mods" = "${modpack}/mods"; }; # end servers.tfcpack
}; # end servers.minecraft-servers.neoforge
}; # end services.minecraft-servers }; # end services.minecraft-servers
users.users.gitlab-runner = { users.users.gitlab-runner = {