aboutsummaryrefslogtreecommitdiff
path: root/services/bacchus-dashboard/bacchus-dashboard.service.nix
diff options
context:
space:
mode:
Diffstat (limited to 'services/bacchus-dashboard/bacchus-dashboard.service.nix')
-rw-r--r--services/bacchus-dashboard/bacchus-dashboard.service.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/bacchus-dashboard/bacchus-dashboard.service.nix b/services/bacchus-dashboard/bacchus-dashboard.service.nix
index 8b0fcb9..7a38369 100644
--- a/services/bacchus-dashboard/bacchus-dashboard.service.nix
+++ b/services/bacchus-dashboard/bacchus-dashboard.service.nix
@@ -24,7 +24,7 @@ in
type = types.listOf (types.attrs);
default = [];
};
- embedLink = mkOption { type = types.str; };
+ embedLink = mkOption { type = types.str; default = ""; };
openFirewall = mkEnableOption "Open firewall ports";
host = mkOption { type = types.str; default = "_"; };
port = mkOption { type = types.int; default = 80; };