feat(flake): restart systemd service on package update

This commit is contained in:
Matan Bendix Shenhav
2025-09-30 00:10:32 +02:00
parent 49961882dd
commit c92478d27d
+1
View File
@@ -264,6 +264,7 @@
after = [ cfg.target ];
partOf = [ cfg.target ];
wantedBy = [ cfg.target ];
restartTriggers = [ cfg.package ];
unitConfig = {
StartLimitIntervalSec = 60;