From 6987d5b66e5e24c2e60bcc40ad2a30823962ebe6 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 22 Apr 2018 12:44:09 +0200 Subject: [PATCH] feat(services): Enable PostgreSQL on all machines --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.nix b/configuration.nix index 1ccb504d6..b120961df 100644 --- a/configuration.nix +++ b/configuration.nix @@ -49,6 +49,8 @@ ssh.startAgent = true; }; + services.postgresql.enable = true; + # Configure user account users.defaultUserShell = pkgs.fish; users.extraUsers.vincent = {