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

@@ -77,7 +77,7 @@ in {
users.users.jakstpub = {
description = "Jakstys Public";
home = "/var/empty";
useDefaultShell = true;
shell = "/bin/sh";
group = "jakstpub";
isSystemUser = true;
createHome = false;