mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-18 10:47:31 -08:00
fix nameservers on torus
This commit is contained in:
parent
6700f58120
commit
9e255080d4
@ -23,7 +23,6 @@
|
||||
networking.firewall.checkReversePath = "loose";
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||
networking.firewall.allowedUDPPorts = [ 80 443 ];
|
||||
networking.nameservers = [ "8.8.8.8" "8.8.4.4" ];
|
||||
boot.kernel.sysctl = {
|
||||
"net.ipv4.conf.all.forwarding" = true; # Needed for wireguard-server
|
||||
};
|
||||
@ -38,8 +37,6 @@
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
|
||||
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 = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user