system users: use /bin/sh

Just learned about "bash security issue" when reading about rrsync.
This commit is contained in:
2023-09-23 22:46:14 +03:00
parent 3b1d1b439f
commit 70e5230611
4 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@
users.users.borgstor = {
description = "Borg Storage";
home = dataDir;
useDefaultShell = true;
shell = "/bin/sh";
group = "borgstor";
isSystemUser = true;
createHome = false;