diff --git a/networking/firewall.mod.nix b/networking/firewall.mod.nix index 18cf3ec..6a8d95f 100644 --- a/networking/firewall.mod.nix +++ b/networking/firewall.mod.nix @@ -9,8 +9,7 @@ fructose.modules = [ { networking.firewall = { - allowedUDPPorts = [ - ]; + allowedUDPPorts = [ ]; allowedTCPPorts = [ 3000 # forgejo http 222 # forgejo ssh diff --git a/sway.mod.nix b/sway.mod.nix index b8f9850..22b081d 100644 --- a/sway.mod.nix +++ b/sway.mod.nix @@ -85,7 +85,7 @@ "${mod}+a" = "focus parent"; "${mod}+Shift+a" = "focus child"; - "${mod}+Shift+d" = "reload"; + "${mod}+Shift+d" = "reload"; ### moves user around "${mod}+1" = "workspace number 1";