From 8abaa025ec741e949c478f1a8c260d589c6a9bf1 Mon Sep 17 00:00:00 2001 From: arcnmx Date: Sun, 15 Dec 2019 14:58:43 -0800 Subject: [PATCH] systemd: fix degraded warning --- modules/systemd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/systemd.nix b/modules/systemd.nix index 8885c538d..50bc0e346 100644 --- a/modules/systemd.nix +++ b/modules/systemd.nix @@ -251,7 +251,7 @@ in if [[ $systemdStatus == 'running' || $systemdStatus == 'degraded' ]]; then if [[ $systemdStatus == 'degraded' ]]; then warnEcho "The user systemd session is degraded:" - systemctl --user --state=failed + ${systemctl} --user --state=failed warnEcho "Attempting to reload services anyway..." fi