configurations for my servers and desktops
nix nixos flake dots dotfiles

fix: oops

+1 -1
+1 -1
hosts/bluepill-proxy/modules/caddy.nix
··· 1 - {...}: { 2 networking.firewall = { 3 enable = true; 4 allowedTCPPorts = [80 443];
··· 1 + {pkgs, ...}: { 2 networking.firewall = { 3 enable = true; 4 allowedTCPPorts = [80 443];