postgresql: give postgres user a shell
This commit is contained in:
parent
e0f46105aa
commit
82feb4b66e
@ -188,6 +188,8 @@ in
|
||||
uid = config.ids.uids.postgres;
|
||||
group = "postgres";
|
||||
description = "PostgreSQL server user";
|
||||
home = "${cfg.dataDir}";
|
||||
useDefaultShell = true;
|
||||
};
|
||||
|
||||
users.groups.postgres.gid = config.ids.gids.postgres;
|
||||
|
Loading…
Reference in New Issue
Block a user