diff options
author | azahi <azat@bahawi.net> | 2024-11-30 00:48:38 +0300 |
---|---|---|
committer | azahi <azat@bahawi.net> | 2024-11-30 00:48:38 +0300 |
commit | a8129a3084163038029f520d631de2b740b1ea75 (patch) | |
tree | cd7ce1d60f8b64ef8648076ea27799049861301d /modules/common | |
parent | 2024-11-17 (diff) |
2024-11-30
Diffstat (limited to 'modules/common')
-rw-r--r-- | modules/common/networking.nix | 9 | ||||
-rw-r--r-- | modules/common/nix.nix | 3 |
2 files changed, 5 insertions, 7 deletions
diff --git a/modules/common/networking.nix b/modules/common/networking.nix index 71df24a..d7baa6c 100644 --- a/modules/common/networking.nix +++ b/modules/common/networking.nix @@ -102,10 +102,11 @@ in networkmanager = { enable = lib.mkDefault true; unmanaged = [ - "bridge" - "ethernet" - "loopback" - "wireguard" + "type:amneziawg" + "type:bridge" + "type:ethernet" + "type:loopback" + "type:wireguard" ]; plugins = lib.mkForce [ ]; wifi.backend = "iwd"; diff --git a/modules/common/nix.nix b/modules/common/nix.nix index 6a75e85..09d57ed 100644 --- a/modules/common/nix.nix +++ b/modules/common/nix.nix @@ -80,9 +80,6 @@ in "https://nix-community.cachix.org" "https://numtide.cachix.org" ]; - trusted-substituters = [ - "https://cache.tvl.su" - ]; trusted-public-keys = [ "cache.tvl.su:kjc6KOMupXc1vHVufJUoDUYeLzbwSr9abcAKdn/U1Jk=" ]; |