diff --git a/flake.lock b/flake.lock index 7b35419..803cc8a 100644 --- a/flake.lock +++ b/flake.lock @@ -295,11 +295,11 @@ ] }, "locked": { - "lastModified": 1770132504, - "narHash": "sha256-WaP6QZ2n1qJ4suxMpeKaT6R2KCOGdgB+saHhAE1Js8Y=", + "lastModified": 1770138640, + "narHash": "sha256-h12/O3FmnI0E7TIn+DNI9HVkpox58otg8YgJWc3NS28=", "owner": "nix-community", "repo": "NUR", - "rev": "0ce7c6797b843145e88f50d441ca32dcfdd5343f", + "rev": "722155c949360f54099d649abbd628e1e5640fce", "type": "github" }, "original": { @@ -316,11 +316,11 @@ ] }, "locked": { - "lastModified": 1770132504, - "narHash": "sha256-WaP6QZ2n1qJ4suxMpeKaT6R2KCOGdgB+saHhAE1Js8Y=", + "lastModified": 1770138640, + "narHash": "sha256-h12/O3FmnI0E7TIn+DNI9HVkpox58otg8YgJWc3NS28=", "owner": "nix-community", "repo": "NUR", - "rev": "0ce7c6797b843145e88f50d441ca32dcfdd5343f", + "rev": "722155c949360f54099d649abbd628e1e5640fce", "type": "github" }, "original": { diff --git a/hosts/tesla-nixos/configuration.nix b/hosts/tesla-nixos/configuration.nix index f2674b3..a4a6875 100644 --- a/hosts/tesla-nixos/configuration.nix +++ b/hosts/tesla-nixos/configuration.nix @@ -69,6 +69,9 @@ in symlinks = { "mods" = "${modpack}/mods"; }; # end symlinks + files = { + "config/bluemap/core.conf" = "${modpack}/config/bluemap/core.conf"; + };# end symlinks }; # end servers.tfcpack }; # end services.minecraft-servers