nixos/murmur: remove extra space, fix build after #152372
This commit is contained in:
parent
c83cf3473b
commit
e68a2fffa1
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user