1
0
Fork 0
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:
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)
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