1 Commits

Author SHA1 Message Date
github-actions[bot]
bb4ffd96f5 automated: Update flake.lock
All checks were successful
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 27s
Check Nix flake / Perform Nix flake checks (pull_request) Successful in 6m53s
Auto-generated by [update.yml][1] with the help of
[create-pull-request][2].

[1]: https://nayeonie.com/ahuston-0/nix-dotfiles/src/branch/main/.github/workflows/flake-update.yml
[2]: https://forgejo.stefka.eu/jiriks74/create-pull-request
2026-03-22 12:14:34 +00:00
2 changed files with 4 additions and 4 deletions

6
flake.lock generated
View File

@@ -242,11 +242,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1774198433, "lastModified": 1774135471,
"narHash": "sha256-V98UvfIy4jeqhFDLBmEUXCAh2Enmq+1f7NRRlRXY6pE=", "narHash": "sha256-TVeIGOxnfSPM6JvkRkXHpJECnj1OG2dXkWMSA4elzzQ=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "38539206d0637bc951f01192e32b4e64d91d0941", "rev": "856b01ebd1de3f53c3929ce8082d9d67d799d816",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -149,7 +149,7 @@ in
environmentFiles = [ config.sops.secrets."docker/minecraft".path ]; environmentFiles = [ config.sops.secrets."docker/minecraft".path ];
}; };
cobblemon-overclocked = { cobblemon-overclocked = {
image = "itzg/minecraft-server:java21"; image = "itzg/minecraft-server:java25";
volumes = [ volumes = [
"${minecraft_path}/cobblemon-overclocked/modpacks:/modpacks:ro" "${minecraft_path}/cobblemon-overclocked/modpacks:/modpacks:ro"
"${minecraft_path}/cobblemon-overclocked/data:/data" "${minecraft_path}/cobblemon-overclocked/data:/data"