From e55ac146e7e7abda301b7d99f01ba5d4d131e9c9 Mon Sep 17 00:00:00 2001 From: ene Date: Sat, 4 Feb 2023 21:25:35 +0100 Subject: Fix: Made the Minecraft config compile Someone put a string, where a list of strings belonged. I took the freedom to change that. --- services/minecraft.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services/minecraft.nix') 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 = { -- cgit 1.4.1