nixos/murmur: remove extra space, fix build after #152372

This commit is contained in:
K900 2022-02-01 07:07:51 +00:00
parent c83cf3473b
commit e68a2fffa1

View File

@ -294,7 +294,7 @@ in
systemd.services.murmur = {
description = "Murmur Chat Service";
wantedBy = [ "multi-user.target" ];
after = [ "network-online.target "];
after = [ "network-online.target" ];
preStart = ''
${pkgs.envsubst}/bin/envsubst \
-o /run/murmur/murmurd.ini \