From 3dd512a3edaaadee827c5e5bf33f10d38a09a661 Mon Sep 17 00:00:00 2001 From: Jaculabilis Date: Tue, 29 Dec 2020 18:10:09 -0800 Subject: [PATCH] Configuration cleanup --- configuration.nix | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/configuration.nix b/configuration.nix index 36cfb60..9d61550 100644 --- a/configuration.nix +++ b/configuration.nix @@ -26,13 +26,17 @@ hostId = "758371f0"; firewall = { enable = true; - allowedTCPPorts = [ 22 80 443 ]; + allowedTCPPorts = [ + 22 # ssh + 655 # tinc + ]; + allowedUDPPorts = [ + 655 # tinc + ]; }; }; - security = { - hideProcessInformation = true; - }; + security.hideProcessInformation = true; environment.systemPackages = with pkgs; [