nix machine / user configurations
1{ 2 imports = [ ./dns ]; 3 networking.wireless = { 4 enable = true; 5 userControlled.enable = true; 6 }; 7}