diff options
| author | Preston Pan <ret2pop@gmail.com> | 2025-09-19 17:20:46 -0700 |
|---|---|---|
| committer | Preston Pan <ret2pop@gmail.com> | 2025-09-19 17:20:46 -0700 |
| commit | eadddb3c872cba3edd674424fadc959bf00b721f (patch) | |
| tree | 73a10decff3d3ca853caaeab31d479cc681e70f3 /nix/systems/continuity/default.nix | |
| parent | cabee290a934702318de9fb6a035e61d79de2dfc (diff) | |
commit all changes before flake update
Diffstat (limited to 'nix/systems/continuity/default.nix')
| -rw-r--r-- | nix/systems/continuity/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/systems/continuity/default.nix b/nix/systems/continuity/default.nix index d1484c2..2520712 100644 --- a/nix/systems/continuity/default.nix +++ b/nix/systems/continuity/default.nix @@ -12,5 +12,6 @@ fileSystem = "btrfs"; }; }; + networking.networkmanager.wifi.backend = "iwd"; }; } |
