summaryrefslogtreecommitdiffstats
path: root/tv/3modules/wwan.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tv/3modules/wwan.nix')
-rw-r--r--tv/3modules/wwan.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tv/3modules/wwan.nix b/tv/3modules/wwan.nix
index 382f5a53..0cdfbf36 100644
--- a/tv/3modules/wwan.nix
+++ b/tv/3modules/wwan.nix
@@ -19,7 +19,7 @@ with import ./lib;
};
tv.wwan.secrets = mkOption {
type = with types; pathname;
- default = toString <secrets/wwan.json>;
+ default = "${config.krebs.secret.directory}/wwan.json";
# format: {"pin1":number}
};
};