feat(services): Enable PostgreSQL on all machines
This commit is contained in:
parent
37c182cebb
commit
6987d5b66e
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,8 @@
|
||||||
ssh.startAgent = true;
|
ssh.startAgent = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.postgresql.enable = true;
|
||||||
|
|
||||||
# Configure user account
|
# Configure user account
|
||||||
users.defaultUserShell = pkgs.fish;
|
users.defaultUserShell = pkgs.fish;
|
||||||
users.extraUsers.vincent = {
|
users.extraUsers.vincent = {
|
||||||
|
|
Loading…
Reference in a new issue