mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2026-02-20 00:47:52 +01:00
fix sops
This commit is contained in:
@@ -3,7 +3,6 @@
|
|||||||
lib,
|
lib,
|
||||||
config,
|
config,
|
||||||
values,
|
values,
|
||||||
pkgs,
|
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@@ -34,7 +33,7 @@
|
|||||||
|
|
||||||
services.dibbler = {
|
services.dibbler = {
|
||||||
enable = true;
|
enable = true;
|
||||||
kioskMode = false;
|
kioskMode = true;
|
||||||
limitScreenWidth = 80;
|
limitScreenWidth = 80;
|
||||||
limitScreenHeight = 42;
|
limitScreenHeight = 42;
|
||||||
|
|
||||||
@@ -46,7 +45,7 @@
|
|||||||
username = "pvv_vv";
|
username = "pvv_vv";
|
||||||
dbname = "pvv_vv";
|
dbname = "pvv_vv";
|
||||||
host = "postgres.pvv.ntnu.no";
|
host = "postgres.pvv.ntnu.no";
|
||||||
password = config.sops.secrets."dibbler/postgresql/password".path;
|
password_file = config.sops.secrets."dibbler/postgresql/password".path;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user