Remove dead Nix code

This commit is contained in:
Jokiller230 Jokiller230@users.noreply.github.com 2025-05-25 17:10:48 +00:00
parent e45cfc0fbc
commit fc96bb9a5a

View file

@ -4,7 +4,7 @@
config,
...
}: let
inherit (lib) mkEnableOption mkIf mkOption;
inherit (lib) mkEnableOption mkIf;
inherit (self) namespace;
cfg = config.${namespace}.services.traefik;