From 3d2c388a488bf4ac3869a53ac96700d80d53c3c7 Mon Sep 17 00:00:00 2001 From: Ittihadyya Date: Mon, 25 Nov 2024 15:34:41 +0200 Subject: [PATCH] nixfmt --- networking/firewall.mod.nix | 3 +-- sway.mod.nix | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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";