some changes

This commit is contained in:
stupidcomputer 2024-05-12 17:30:33 -05:00
parent b2256fdc19
commit 427885772a
1 changed files with 2 additions and 4 deletions

View File

@ -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 ];
};
}