diff options
author | Linnnus <[email protected]> | 2023-09-30 14:53:27 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2023-09-30 14:53:55 +0200 |
commit | d7fc02342227fbd442f47e27fa12a42ff7998cd5 (patch) | |
tree | 9f90238e85d4f271cdce6dfe26e8683add68f10f /services/on-demand-minecraft | |
parent | 039061095ad29da895479ea3dbd68e40689f5f72 (diff) |
fix everything forever i hope
Diffstat (limited to 'services/on-demand-minecraft')
-rw-r--r-- | services/on-demand-minecraft/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/services/on-demand-minecraft/default.nix b/services/on-demand-minecraft/default.nix index e811f39..541a624 100644 --- a/services/on-demand-minecraft/default.nix +++ b/services/on-demand-minecraft/default.nix @@ -50,6 +50,7 @@ in The internal port which the minecraft server will listen to. This port does not need to be exposed to the network. ''; + type = types.port; default = cfg.external-port + 1; }; @@ -63,6 +64,7 @@ in You may also have to set up port forwarding if you want to play with friends who are not on the same LAN. ''; + type = types.port; default = 25565; }; |