Compare commits

...

2 Commits

Author SHA1 Message Date
henrov 96e7b1f421 Working on reshuffling 2026-03-19 13:57:29 +00:00
henrov 5e9c57ee73 deleted generated files 2026-03-19 13:57:28 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1082,7 +1082,7 @@ in
# Example: systemd service if this program needed a sync or install process
# (Remove or adapt if unnecessary)
systemd.services.${programName}-sync = {
systemd.services."${programName}-sync" = {
description = "Sync ${programName} configuration";
wantedBy = [ "multi-user.target" ];
wants = [ "network-online.target" ];
@@ -45,7 +45,7 @@ in
# Example: systemd service if this program needed a sync or install process
# (Remove or adapt if unnecessary)
systemd.services.${programName}-sync = {
systemd.services."${programName}-sync" = {
description = "Sync ${programName} configuration";
wantedBy = [ "multi-user.target" ];
wants = [ "network-online.target" ];