fix(functionality/tmux-minecraft-server): remove errors
This commit is contained in:
parent
a000471000
commit
a81348944e
1 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ let
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.services.minecraft-server = {
|
options.services.tmux-minecraft-server = {
|
||||||
|
|
||||||
enable = mkOption {
|
enable = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
||||||
|
@ -179,7 +179,7 @@ in
|
||||||
ln -sf ${eula} eula.txt
|
ln -sf ${eula} eula.txt
|
||||||
ln -sf ${whitelist} whitelist.json
|
ln -sf ${whitelist} whitelist.json
|
||||||
cp -f ${serverProperties} server.properties
|
cp -f ${serverProperties} server.properties
|
||||||
'');
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall = mkIf cfg.openFirewall (with ports; {
|
networking.firewall = mkIf cfg.openFirewall (with ports; {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue