From c1ada2f94d6ba0360ad9d00bcd3147434b1600a3 Mon Sep 17 00:00:00 2001 From: System administrator Date: Fri, 13 Feb 2026 17:57:44 +0100 Subject: [PATCH] fix sops --- hosts/skrot/configuration.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hosts/skrot/configuration.nix b/hosts/skrot/configuration.nix index 5129ae1..64ad337 100644 --- a/hosts/skrot/configuration.nix +++ b/hosts/skrot/configuration.nix @@ -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; }; }; };