mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-03-16 13:38:20 +00:00
home-manager: minor oversight cleanup
This commit is contained in:
parent
09f1bc8ba3
commit
4371a1301c
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ in {
|
||||||
systemdStatus=$(${systemctl} --user is-system-running 2>&1 || true)
|
systemdStatus=$(${systemctl} --user is-system-running 2>&1 || true)
|
||||||
|
|
||||||
if [[ $systemdStatus == 'running' ]]; then
|
if [[ $systemdStatus == 'running' ]]; then
|
||||||
${config.systemd.user.systemctlPath} restart --user sops-nix
|
${systemctl} restart --user sops-nix
|
||||||
else
|
else
|
||||||
echo "User systemd daemon not running. Probably executed on boot where no manual start/reload is needed."
|
echo "User systemd daemon not running. Probably executed on boot where no manual start/reload is needed."
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue