fix nameservers on torus

This commit is contained in:
Tyler Starr 2024-09-13 18:25:44 -07:00
parent 6700f58120
commit 9e255080d4

View File

@ -23,7 +23,6 @@
networking.firewall.checkReversePath = "loose"; networking.firewall.checkReversePath = "loose";
networking.firewall.allowedTCPPorts = [ 80 443 ]; networking.firewall.allowedTCPPorts = [ 80 443 ];
networking.firewall.allowedUDPPorts = [ 80 443 ]; networking.firewall.allowedUDPPorts = [ 80 443 ];
networking.nameservers = [ "8.8.8.8" "8.8.4.4" ];
boot.kernel.sysctl = { boot.kernel.sysctl = {
"net.ipv4.conf.all.forwarding" = true; # Needed for wireguard-server "net.ipv4.conf.all.forwarding" = true; # Needed for wireguard-server
}; };
@ -38,8 +37,6 @@
services.xserver.videoDrivers = [ "nvidia" ]; services.xserver.videoDrivers = [ "nvidia" ];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
docker-compose # Tool for defining and running multi-container Docker applications.
python3 # Interpreted, high-level programming language known for its simplicity and versatility.
]; ];
security.acme = { security.acme = {