mirror of
https://github.com/Mic92/sops-nix.git
synced 2024-12-14 11:57:52 +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)
|
||||
|
||||
if [[ $systemdStatus == 'running' ]]; then
|
||||
${config.systemd.user.systemctlPath} restart --user sops-nix
|
||||
${systemctl} restart --user sops-nix
|
||||
else
|
||||
echo "User systemd daemon not running. Probably executed on boot where no manual start/reload is needed."
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue