diff --git a/hosts/uconsole-cm5/configuration.nix b/hosts/uconsole-cm5/configuration.nix index bc6a14a..5702156 100644 --- a/hosts/uconsole-cm5/configuration.nix +++ b/hosts/uconsole-cm5/configuration.nix @@ -183,8 +183,6 @@ # ============================================================ networking.firewall.allowedTCPPorts = [ 22 ]; networking.firewall.allowedUDPPorts = [ ]; -} - # ============================================================ # agenix-rekey — automatic secret re-encryption at deploy time # ============================================================ @@ -202,3 +200,4 @@ # Enable remote builder (distributed build via lazyworkhorse server) services.remoteBuilder.enable = true; +}