9 lines
112 B
Nix
9 lines
112 B
Nix
|
{
|
||
|
imports = [ ./dns ];
|
||
|
|
||
|
networking.wireless = {
|
||
|
enable = true;
|
||
|
userControlled.enable = true;
|
||
|
};
|
||
|
}
|