From ec6b81b4c77b0bc8df68f2bbf429570e6165a486 Mon Sep 17 00:00:00 2001 From: alisceon Date: Sun, 1 Feb 2026 17:01:59 +0100 Subject: [PATCH] missmatched braces --- flake.lock | 12 ++++++------ hosts/tesla-nixos/configuration.nix | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/flake.lock b/flake.lock index d2fa174..d9485ec 100644 --- a/flake.lock +++ b/flake.lock @@ -295,11 +295,11 @@ ] }, "locked": { - "lastModified": 1769959907, - "narHash": "sha256-1n2CdZkVoXZUwqpdWOvPettZUu6grwGhK1Dp4VmDnpQ=", + "lastModified": 1769961174, + "narHash": "sha256-sQ3qYW9BLNI3J10nJlphTAYsMwMCgGAXHnNoGArk7Fw=", "owner": "nix-community", "repo": "NUR", - "rev": "1b9c72c263f461d754c607263cc71f0c862c2356", + "rev": "e106c48dfcb2ed2a496df7aa0a9274e32007a297", "type": "github" }, "original": { @@ -316,11 +316,11 @@ ] }, "locked": { - "lastModified": 1769959907, - "narHash": "sha256-1n2CdZkVoXZUwqpdWOvPettZUu6grwGhK1Dp4VmDnpQ=", + "lastModified": 1769961174, + "narHash": "sha256-sQ3qYW9BLNI3J10nJlphTAYsMwMCgGAXHnNoGArk7Fw=", "owner": "nix-community", "repo": "NUR", - "rev": "1b9c72c263f461d754c607263cc71f0c862c2356", + "rev": "e106c48dfcb2ed2a496df7aa0a9274e32007a297", "type": "github" }, "original": { diff --git a/hosts/tesla-nixos/configuration.nix b/hosts/tesla-nixos/configuration.nix index e2c3798..5a32094 100644 --- a/hosts/tesla-nixos/configuration.nix +++ b/hosts/tesla-nixos/configuration.nix @@ -47,6 +47,7 @@ in openFirewall = true; servers.tfcpack = { enable = true; + package = pkgs.neoforgeServers.neoforge-1_21_1-21_1_219; autoStart = true; serverProperties = { "motd" = "TFC Pack - Tesla Nixos"; @@ -64,11 +65,10 @@ in "-XX:G1ReservePercent=15" "-XX:InitiatingHeapOccupancyPercent=20" ]; - package = pkgs.neoforgeServers.neoforge-1_21_1-21_1_219; - }; - symlinks = { - "mods" = "${modpack}/mods"; - }; # end servers.minecraft-servers.neoforge + symlinks = { + "mods" = "${modpack}/mods"; + }; # end symlinks + }; # end servers.tfcpack }; # end services.minecraft-servers users.users.gitlab-runner = {