aboutsummaryrefslogtreecommitdiff
path: root/modules/dashboard/bacchus-dashboard.service.nix
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-06-13 22:01:46 +0530
committerAkshay Nair <phenax5@gmail.com>2025-06-13 22:01:46 +0530
commitbbf5ca376326363aeef437c885d98c5c3c54176e (patch)
treee3bf0c48f3e25ea717699180aa17eed04ddff9a7 /modules/dashboard/bacchus-dashboard.service.nix
parentf5949df9e5e39140fcc66589eada13738d2cf730 (diff)
downloadhomeserver-nixos-config-bbf5ca376326363aeef437c885d98c5c3c54176e.tar.gz
homeserver-nixos-config-bbf5ca376326363aeef437c885d98c5c3c54176e.zip
Move dashboard link to settings
Diffstat (limited to 'modules/dashboard/bacchus-dashboard.service.nix')
-rw-r--r--modules/dashboard/bacchus-dashboard.service.nix1
1 files changed, 1 insertions, 0 deletions
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; };