From bbf5ca376326363aeef437c885d98c5c3c54176e Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 13 Jun 2025 22:01:46 +0530 Subject: Move dashboard link to settings --- modules/dashboard/bacchus-dashboard.service.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/dashboard/bacchus-dashboard.service.nix') diff --git a/modules/dashboard/bacchus-dashboard.service.nix b/modules/dashboard/bacchus-dashboard.service.nix index 12161c5..8b0fcb9 100644 --- a/modules/dashboard/bacchus-dashboard.service.nix +++ b/modules/dashboard/bacchus-dashboard.service.nix @@ -24,6 +24,7 @@ in type = types.listOf (types.attrs); default = []; }; + embedLink = mkOption { type = types.str; }; openFirewall = mkEnableOption "Open firewall ports"; host = mkOption { type = types.str; default = "_"; }; port = mkOption { type = types.int; default = 80; }; -- cgit v1.3.1