refactor: Enable PostgreSQL on both machines
This commit is contained in:
parent
94be3b03ba
commit
2c3ea872d6
2 changed files with 3 additions and 3 deletions
|
@ -42,6 +42,9 @@
|
||||||
ssh.startAgent = true;
|
ssh.startAgent = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Enable PostgreSQL for development
|
||||||
|
services.postgresql.enable = true;
|
||||||
|
|
||||||
# Configure user account
|
# Configure user account
|
||||||
users.defaultUserShell = pkgs.fish;
|
users.defaultUserShell = pkgs.fish;
|
||||||
users.extraUsers.vincent = {
|
users.extraUsers.vincent = {
|
||||||
|
|
|
@ -17,7 +17,4 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Enable PostgreSQL for development
|
|
||||||
services.postgresql.enable = true;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue