this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: use correct attr path

dusk a223b4bd 5d1eaf8a

+1 -1
+1 -1
firewall/provider/hetzner/default.nix
··· 2 2 l = lib; 3 3 t = l.types; 4 4 taggedPorts = config.networking.firewall.public; 5 - cfg = config.providers.hetzner; 5 + cfg = config.providers.hetzner.firewall; 6 6 in { 7 7 options = { 8 8 providers.hetzner.firewall = {