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
@@ -15,7 +15,9 @@ in
"HOME=${config.users.users.henrov.home}"
];
};
script = ''
echo "Running script at: ${scriptPath}"
${scriptPath}
'';
};