refactor: Enable PostgreSQL on both machines

This commit is contained in:
Vincent Ambo 2017-10-23 10:05:47 +02:00
parent 94be3b03ba
commit 2c3ea872d6
2 changed files with 3 additions and 3 deletions

View file

@ -42,6 +42,9 @@
ssh.startAgent = true;
};
# Enable PostgreSQL for development
services.postgresql.enable = true;
# Configure user account
users.defaultUserShell = pkgs.fish;
users.extraUsers.vincent = {

View file

@ -17,7 +17,4 @@
};
};
};
# Enable PostgreSQL for development
services.postgresql.enable = true;
}