diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-12-11 06:17:22 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-12-11 06:17:22 +0530 |
commit | 64b89e6dabacf2ffc18b36de458355796d8f3460 (patch) | |
tree | 0665800e312b7885dfd17c6db5270e225ae52db5 /common.nix | |
parent | 955e6c6d3d4a5c8a6c9f35aa0593f244effc7322 (diff) |
modules/iwd: drop upstreamed changes
Diffstat (limited to 'common.nix')
-rw-r--r-- | common.nix | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -8,15 +8,11 @@ let host = config.networking.hostName; in { - disabledModules = [ - "services/networking/pppd.nix" - "services/networking/iwd.nix" - ]; + disabledModules = [ "services/networking/pppd.nix" ]; imports = [ ./modules/userdata.nix ./modules/dev.nix ./modules/pppd.nix - ./modules/iwd.nix ]; # boot |