Return proper error code

This commit is contained in:
2023-03-10 00:26:32 -05:00
parent 59251dc34e
commit 25a5c7625f
2 changed files with 7 additions and 3 deletions

View File

@@ -20,7 +20,7 @@
systemd.services.alan = {
enable = true;
script = ''
${pkgs}.new_alan
${pkgs.new_alan}/bin/new_alan
'';
};
})