Skip to content

Commit

Permalink
mns: Move the server to papermc
Browse files Browse the repository at this point in the history
  • Loading branch information
peterablehmann committed Jun 21, 2024
1 parent 43719d0 commit 5064e0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nodes/mns/default.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{ pkgs
, ...
}:
{
imports = [
# ./backup.nix
Expand All @@ -10,6 +13,7 @@
enable = true;
eula = true;
openFirewall = true;
package = pkgs.papermcServers.papermc-1_20_5;
};
backup.paths = [ "/var/lib/minecraft" ];
}

0 comments on commit 5064e0f

Please sign in to comment.