From 288cd2b053500dd4b040c07d035020b14cec8ff4 Mon Sep 17 00:00:00 2001 From: iFargle Date: Sun, 2 Jul 2023 17:12:20 +0900 Subject: [PATCH] Add wireless config --- configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/configuration.nix b/configuration.nix index 5ac3d1af..2945088b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -46,11 +46,19 @@ networkmanager = { enable = true; }; + + wireless = { + copeland-5g = { + psk = "5b43054e4c927ecd94cf19103fa80a7ce99ca69f27cdd75026be3c261d7f78cb"; + } + }; + enableIPv6 = false; firewall = { enable = true; allowedTCPPorts = [ ]; allowedUDPPorts = [ ]; + trustedInterfaces = "tailscale0"; }; };