summaryrefslogtreecommitdiffstats
path: root/tv/3modules/x0vncserver.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tv/3modules/x0vncserver.nix')
-rw-r--r--tv/3modules/x0vncserver.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/3modules/x0vncserver.nix b/tv/3modules/x0vncserver.nix
index eb9b1ae4..c8e23d06 100644
--- a/tv/3modules/x0vncserver.nix
+++ b/tv/3modules/x0vncserver.nix
@@ -9,7 +9,7 @@ in {
};
enable = mkEnableOption "tv.x0vncserver";
pwfile = mkOption {
- default = toString <secrets> + "/vncpasswd";
+ default = "${config.krebs.secret.directory}/vncpasswd";
description = ''
Use vncpasswd to edit pwfile.
See: nix-shell -p tigervnc --run 'man vncpasswd'