summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ymir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/ymir.nix b/ymir.nix
index 9b54d440..bbbfc783 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -995,7 +995,7 @@ in rec {
995 }; 995 };
996 996
997 systemd.services."infinoted".serviceConfig = { 997 systemd.services."infinoted".serviceConfig = {
998 Type = "notify"; 998 Type = lib.mkForce "notify";
999 ExecReload = "${pkgs.coreutils}/bin/kill -HUP $MAINPID"; 999 ExecReload = "${pkgs.coreutils}/bin/kill -HUP $MAINPID";
1000 }; 1000 };
1001 1001