From 427885772a9ec753638744ab719279eb75e69d56 Mon Sep 17 00:00:00 2001 From: stupidcomputer Date: Sun, 12 May 2024 17:30:33 -0500 Subject: [PATCH] some changes --- boxes/netbox/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/boxes/netbox/default.nix b/boxes/netbox/default.nix index 321d6ef..7318760 100644 --- a/boxes/netbox/default.nix +++ b/boxes/netbox/default.nix @@ -25,14 +25,12 @@ }; environment.systemPackages = with pkgs; [ - python3 curl htop git tree dig htop - gnumake neovim ]; @@ -259,7 +257,7 @@ security.acme = { acceptTerms = true; - email = "nickforanick@protonmail.com"; + defaults.email = "nickforanick@protonmail.com"; }; # services.roundcube = { @@ -308,6 +306,6 @@ networking.firewall = { enable = true; - allowedTCPPorts = [ 80 443 ]; + allowedTCPPorts = [ 80 443 6667 ]; }; }