Remove features
All checks were successful
/ check (push) Successful in 1m21s

This commit is contained in:
Oliver Davies 2025-05-03 16:50:27 +01:00
parent 54954d6223
commit 54b43e4203
58 changed files with 224 additions and 242 deletions

View file

@ -9,12 +9,12 @@ with lib;
let
cfg = homelab.services.${service};
homelab = config.features.homelab;
homelab = config.homelab;
opts = options.services.${service};
service = "homepage-dashboard";
in
{
options.features.homelab.services.${service} = {
options.homelab.services.${service} = {
enable = mkEnableOption "Enable ${service}";
port = mkOption {