l 1 mors: activate postgresql
This commit is contained in:
parent
fe0bb6c0f5
commit
bf8a0c66f9
|
@ -146,6 +146,12 @@
|
|||
];
|
||||
};
|
||||
}
|
||||
{
|
||||
services.postgresql = {
|
||||
enable = true;
|
||||
package = pkgs.postgresql;
|
||||
};
|
||||
}
|
||||
];
|
||||
|
||||
krebs.build.host = config.krebs.hosts.mors;
|
||||
|
|
Loading…
Reference in a new issue