viola: fixes

Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
s0me1newithhand7s 2026-02-08 22:51:47 +03:00
parent 40e43c0c4c
commit 1704c8dca4
5 changed files with 17 additions and 18 deletions

View file

@ -1,4 +1,4 @@
{pkgs, ...}: {
{...}: {
services = {
postgresql = {
enable = true;
@ -45,11 +45,11 @@
];
initialScript = ""; # nope
authentication = ""; #nope
settings = {
port = ${dbport};
port = "${dbport}";
};
};
};