l 1 mors: activate postgresql
This commit is contained in:
parent
bb1d0e913e
commit
0e03417f2e
|
@ -130,6 +130,12 @@
|
|||
};
|
||||
};
|
||||
}
|
||||
{
|
||||
services.postgresql = {
|
||||
enable = true;
|
||||
authentication = "local all all ident";
|
||||
};
|
||||
}
|
||||
];
|
||||
|
||||
krebs.build.host = config.krebs.hosts.mors;
|
||||
|
|
Loading…
Reference in a new issue