some changes
This commit is contained in:
parent
b2256fdc19
commit
427885772a
|
@ -25,14 +25,12 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
python3
|
|
||||||
curl
|
curl
|
||||||
htop
|
htop
|
||||||
git
|
git
|
||||||
tree
|
tree
|
||||||
dig
|
dig
|
||||||
htop
|
htop
|
||||||
gnumake
|
|
||||||
neovim
|
neovim
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -259,7 +257,7 @@
|
||||||
|
|
||||||
security.acme = {
|
security.acme = {
|
||||||
acceptTerms = true;
|
acceptTerms = true;
|
||||||
email = "nickforanick@protonmail.com";
|
defaults.email = "nickforanick@protonmail.com";
|
||||||
};
|
};
|
||||||
|
|
||||||
# services.roundcube = {
|
# services.roundcube = {
|
||||||
|
@ -308,6 +306,6 @@
|
||||||
|
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
enable = true;
|
enable = true;
|
||||||
allowedTCPPorts = [ 80 443 ];
|
allowedTCPPorts = [ 80 443 6667 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue