summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-02-04 21:25:35 +0100
committerene <ene@sils.li>2023-02-04 21:25:35 +0100
commite55ac146e7e7abda301b7d99f01ba5d4d131e9c9 (patch)
treed77a01a3a009603a24092bcc5935793b24cbd841 /services
parentMerge pull request 'Imported the headless profile' (#13) from server1_headles... (diff)
downloadnixos-server-e55ac146e7e7abda301b7d99f01ba5d4d131e9c9.zip
Fix: Made the Minecraft config compile
Someone put a string, where a list of strings belonged. I took the freedom to change that.
Diffstat (limited to '')
-rw-r--r--services/minecraft.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/minecraft.nix b/services/minecraft.nix
index 5882d9a..754c974 100644
--- a/services/minecraft.nix
+++ b/services/minecraft.nix
@@ -11,7 +11,7 @@
};
};
systemd.services.minecraft = {
- wantedBy = "multi-user.target";
+ wantedBy = ["multi-user.target"];
after = "network.target";
description = "Minecraft Server";
serviceConfig = {