summaryrefslogtreecommitdiffstats
path: root/lass/1systems
diff options
context:
space:
mode:
authorlassulus <lass@aidsballs.de>2016-02-15 16:58:04 +0100
committerlassulus <lass@aidsballs.de>2016-02-15 16:58:04 +0100
commit3d638b66f0c4297db51a97ec398ba4e7393faf3d (patch)
tree44660282cf0eb791c2e1c36cde0b3c60a6e97699 /lass/1systems
parentcadb62a9f4eda028cf318164000223c2d566131a (diff)
l 1 mors: activate postgresql
Diffstat (limited to 'lass/1systems')
-rw-r--r--lass/1systems/mors.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/lass/1systems/mors.nix b/lass/1systems/mors.nix
index 26a820cf..4083e0c2 100644
--- a/lass/1systems/mors.nix
+++ b/lass/1systems/mors.nix
@@ -129,6 +129,12 @@
};
};
}
+ {
+ services.postgresql = {
+ enable = true;
+ authentication = "local all all ident";
+ };
+ }
];
krebs.build.host = config.krebs.hosts.mors;