summaryrefslogtreecommitdiff
path: root/modules/common.nix
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2021-05-16 09:58:54 -0400
committerKjetil Orbekk <kj@orbekk.com>2021-05-16 10:06:48 -0400
commit7e51e9faeb4f7ae23e3bcd0da900a31d7378529a (patch)
treea1d1fcf5104e8753cf7ebd54b6a66a8eb9e8f2e2 /modules/common.nix
parent98198fde4124182bbbdea4788c86a022656db65c (diff)
Add nextcloud
Diffstat (limited to 'modules/common.nix')
-rw-r--r--modules/common.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/common.nix b/modules/common.nix
index b05463a..fc99648 100644
--- a/modules/common.nix
+++ b/modules/common.nix
@@ -72,8 +72,7 @@
services = {
postgresql = {
- dataDir = "/var/db/postgresql";
- package = pkgs.postgresql95;
+ package = pkgs.postgresql_12;
};
openssh.passwordAuthentication = false;
openssh.challengeResponseAuthentication = false;