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

@ -23,26 +23,6 @@ in
default = "${service}.${homelab.domain}";
type = types.str;
};
homepage.name = mkOption {
default = "Tube Archivist";
type = types.str;
};
homepage.description = mkOption {
default = "Your self hosted YouTube media server";
type = types.str;
};
homepage.icon = mkOption {
default = "tube-archivist";
type = types.str;
};
homepage.category = mkOption {
default = "Media";
type = types.str;
};
};
config = mkIf cfg.enable {