apps: fix tailscale
This commit is contained in:
parent
9254932d74
commit
5e2e2c8ccc
@ -87,6 +87,7 @@
|
|||||||
|
|
||||||
swapDevices = [ ];
|
swapDevices = [ ];
|
||||||
|
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
useDHCP = false; # Deprecated
|
useDHCP = false; # Deprecated
|
||||||
hostName = "nbf5";
|
hostName = "nbf5";
|
||||||
@ -109,11 +110,12 @@
|
|||||||
};
|
};
|
||||||
#defaultGateway = "192.168.0.1";
|
#defaultGateway = "192.168.0.1";
|
||||||
#nameservers = [ "192.168.0.4" ];
|
#nameservers = [ "192.168.0.4" ];
|
||||||
#firewall = {
|
firewall = {
|
||||||
|
checkReversePath = "loose";
|
||||||
# enable = false;
|
# enable = false;
|
||||||
# #allowedUDPPorts = [ 53 67 ];
|
# #allowedUDPPorts = [ 53 67 ];
|
||||||
# #allowedTCPPorts = [ 53 80 443 9443 ];
|
# #allowedTCPPorts = [ 53 80 443 9443 ];
|
||||||
#};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||||
|
Loading…
Reference in New Issue
Block a user