mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-19 07:59:24 +03:00
postgresql: give postgres user a shell
This commit is contained in:
parent
e0f46105aa
commit
82feb4b66e
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue