This commit is contained in:
System administrator
2026-02-13 17:57:44 +01:00
parent 9d7cadbcbe
commit c1ada2f94d

View File

@@ -3,7 +3,6 @@
lib,
config,
values,
pkgs,
...
}:
@@ -34,7 +33,7 @@
services.dibbler = {
enable = true;
kioskMode = false;
kioskMode = true;
limitScreenWidth = 80;
limitScreenHeight = 42;
@@ -46,7 +45,7 @@
username = "pvv_vv";
dbname = "pvv_vv";
host = "postgres.pvv.ntnu.no";
password = config.sops.secrets."dibbler/postgresql/password".path;
password_file = config.sops.secrets."dibbler/postgresql/password".path;
};
};
};