Add wireless config
This commit is contained in:
parent
bb02774fad
commit
288cd2b053
1 changed files with 8 additions and 0 deletions
|
@ -46,11 +46,19 @@
|
|||
networkmanager = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
wireless = {
|
||||
copeland-5g = {
|
||||
psk = "5b43054e4c927ecd94cf19103fa80a7ce99ca69f27cdd75026be3c261d7f78cb";
|
||||
}
|
||||
};
|
||||
|
||||
enableIPv6 = false;
|
||||
firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [ ];
|
||||
allowedUDPPorts = [ ];
|
||||
trustedInterfaces = "tailscale0";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue