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/networking.nix | |
parent | 2024-11-17 (diff) |
2024-11-30
Diffstat (limited to 'modules/common/networking.nix')
-rw-r--r-- | modules/common/networking.nix | 9 |
1 files changed, 5 insertions, 4 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"; |