flakes/hosts/anemone/networking.nix

5 lines
159 B
Nix
Raw Permalink Normal View History

2024-01-17 15:40:02 +07:00
{ config, ... }: {
2026-04-26 15:47:39 +10:00
networking.wireless.iwd.enable = true;
environment.etc."NetworkManager/system-connections".source = "/persist/nm_system-connections";
2024-01-17 15:40:02 +07:00
}