From 60b4257d81188c7ca03ce55e50af4c21a45a2cb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Thu, 19 Jun 2025 23:57:58 +0200 Subject: [PATCH] tungsten: remove interent region config --- nix/configurations/tungsten/nixos/connectivity.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/nix/configurations/tungsten/nixos/connectivity.nix b/nix/configurations/tungsten/nixos/connectivity.nix index 41000a78..bcffb884 100644 --- a/nix/configurations/tungsten/nixos/connectivity.nix +++ b/nix/configurations/tungsten/nixos/connectivity.nix @@ -11,13 +11,6 @@ services.usbmuxd.enable = true; environment.systemPackages = [pkgs.libimobiledevice]; - # Wireless Regulatory Domain - # https://community.frame.work/t/framework-nixos-linux-users-self-help/31426/77 - hardware.wirelessRegulatoryDatabase = true; - boot.extraModprobeConfig = '' - options cfg80211 ieee80211_regdom="FR" - ''; - users.users.root.openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGPq2o9pbmLRGrOpAP76eYCAscmfakDC7wPm9fmsCCQM leana@vanadium" "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF52lTIu9kT4gb6RnAefriQkeTKs/hKG6kI/M8zTDWyo root@vanadium"