This commit is contained in:
2026-03-04 15:12:20 +01:00
parent 5b604d465f
commit 2f5d9bb41a
3 changed files with 296 additions and 290 deletions
+292 -290
View File
File diff suppressed because it is too large Load Diff
+2
View File
@@ -1476,7 +1476,9 @@ in
"HOME=${config.users.users.henrov.home}" "HOME=${config.users.users.henrov.home}"
]; ];
}; };
script = '' script = ''
echo "Running script at: ${scriptPath}"
${scriptPath} ${scriptPath}
''; '';
}; };
@@ -15,7 +15,9 @@ in
"HOME=${config.users.users.henrov.home}" "HOME=${config.users.users.henrov.home}"
]; ];
}; };
script = '' script = ''
echo "Running script at: ${scriptPath}"
${scriptPath} ${scriptPath}
''; '';
}; };