Skip to content
This repository was archived by the owner on Sep 14, 2025. It is now read-only.

Commit 6b07f64

Browse files
committed
fixup options
1 parent 42bbd74 commit 6b07f64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/cryptpad.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
domain = lib.mkOption {
1212
type = lib.types.str;
1313
default = "cryptpad.${toString config.networking.fqdn}";
14+
defaultText = "cryptpad.\${toString config.networking.fqdn}";
1415
description = ''
1516
The primary (unsafe) domain where CryptPad's sensitive data layer is loaded.
1617
This URL handles encrypted user content in memory (drive, contacts, teams),
@@ -23,6 +24,7 @@
2324
sandboxDomain = lib.mkOption {
2425
type = lib.types.str;
2526
default = "sandbox.cryptpad.${toString config.networking.fqdn}";
27+
defaultText = "sandbox.cryptpad.\${toString config.networking.fqdn}";
2628
description = ''
2729
The isolated sandbox domain (loaded in an iframe) that renders the UI.
2830
This domain never receives sensitive user data - it only displays document content

0 commit comments

Comments
 (0)