about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2023-06-02 18:13:12 +0300
committerGitHub <noreply@github.com>2023-06-02 18:13:12 +0300
commite534047e2d3bc52340edaf29dfec431aa1d66b13 (patch)
tree30284a3a4e972c15e002a14d8c17119d90897ff5 /nixos
parent4a4238a8404e6ae2f745cc79cda14abc97f9a8d3 (diff)
parent0ae9df6c5e5ac796c6b70e969586b028a31d1ed1 (diff)
Merge pull request #234620 from linj-fork/fix/murmur-after
nixos/murmur: make it be after network.target again
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/networking/murmur.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/networking/murmur.nix b/nixos/modules/services/networking/murmur.nix
index 9ec4f57ca43ed..ebade7aa8e403 100644
--- a/nixos/modules/services/networking/murmur.nix
+++ b/nixos/modules/services/networking/murmur.nix
@@ -313,7 +313,7 @@ in
     systemd.services.murmur = {
       description = "Murmur Chat Service";
       wantedBy    = [ "multi-user.target" ];
-      after       = [ "network-online.target" ];
+      after       = [ "network.target" ];
       preStart    = ''
         ${pkgs.envsubst}/bin/envsubst \
           -o /run/murmur/murmurd.ini \