add bluemap conf

This commit is contained in:
alisceon 2026-02-03 18:56:27 +01:00
parent 72ff37a9ed
commit 8bb6dee156
2 changed files with 9 additions and 6 deletions

12
flake.lock generated
View file

@ -295,11 +295,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1770132504, "lastModified": 1770138640,
"narHash": "sha256-WaP6QZ2n1qJ4suxMpeKaT6R2KCOGdgB+saHhAE1Js8Y=", "narHash": "sha256-h12/O3FmnI0E7TIn+DNI9HVkpox58otg8YgJWc3NS28=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "0ce7c6797b843145e88f50d441ca32dcfdd5343f", "rev": "722155c949360f54099d649abbd628e1e5640fce",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -316,11 +316,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1770132504, "lastModified": 1770138640,
"narHash": "sha256-WaP6QZ2n1qJ4suxMpeKaT6R2KCOGdgB+saHhAE1Js8Y=", "narHash": "sha256-h12/O3FmnI0E7TIn+DNI9HVkpox58otg8YgJWc3NS28=",
"owner": "nix-community", "owner": "nix-community",
"repo": "NUR", "repo": "NUR",
"rev": "0ce7c6797b843145e88f50d441ca32dcfdd5343f", "rev": "722155c949360f54099d649abbd628e1e5640fce",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -69,6 +69,9 @@ in
symlinks = { symlinks = {
"mods" = "${modpack}/mods"; "mods" = "${modpack}/mods";
}; # end symlinks }; # end symlinks
files = {
"config/bluemap/core.conf" = "${modpack}/config/bluemap/core.conf";
};# end symlinks
}; # end servers.tfcpack }; # end servers.tfcpack
}; # end services.minecraft-servers }; # end services.minecraft-servers