Remove Homepage Dashboard
All checks were successful
/ check (push) Successful in 39s

Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
Oliver Davies 2025-11-05 00:02:10 +00:00
parent 6bf7a5f97a
commit 239fb86c5d
14 changed files with 0 additions and 331 deletions

View file

@ -15,26 +15,6 @@ in
default = "home.${homelab.domain}";
type = types.str;
};
homepage.name = mkOption {
default = "Home Assisant";
type = types.str;
};
homepage.description = mkOption {
default = "Open source home automation that puts local control and privacy first.";
type = types.str;
};
homepage.icon = mkOption {
default = "home-assistant";
type = types.str;
};
homepage.category = mkOption {
default = "Services";
type = types.str;
};
};
config = mkIf cfg.enable {