mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
changed networking default gateway
This commit is contained in:
parent
b6a705b16c
commit
a2f8620fb0
2 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ _: {...}: {
|
|||
environment.systemPackages = [pkgs.neovim];
|
||||
networking = {
|
||||
defaultGateway = "192.168.1.1";
|
||||
nameservers = ["1.1.1.1" "1.0.0.1"];
|
||||
nameservers = ["192.168.1.1"];
|
||||
firewall = {
|
||||
allowedUDPPorts = [25565];
|
||||
allowedTCPPorts = [25565];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue