1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2025-03-16 05:28:15 +00:00

home-manager: minor oversight cleanup

This commit is contained in:
Sebastian Sellmeier 2024-04-21 17:54:26 +02:00 committed by Jörg Thalheim
parent 09f1bc8ba3
commit 4371a1301c

View file

@ -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