viola: fixes
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
parent
40e43c0c4c
commit
1704c8dca4
5 changed files with 17 additions and 18 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{pkgs, ...}: {
|
||||
{...}: {
|
||||
services = {
|
||||
postgresql = {
|
||||
enable = true;
|
||||
|
|
@ -45,11 +45,11 @@
|
|||
];
|
||||
|
||||
initialScript = ""; # nope
|
||||
|
||||
|
||||
authentication = ""; #nope
|
||||
|
||||
settings = {
|
||||
port = ${dbport};
|
||||
port = "${dbport}";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue