forked from extern/nix-config
13 lines
153 B
Nix
13 lines
153 B
Nix
|
{
|
||
|
networking = {
|
||
|
hostName = "nixos";
|
||
|
|
||
|
networkmanager = {
|
||
|
enable = true;
|
||
|
dns = "none";
|
||
|
};
|
||
|
|
||
|
useHostResolvConf = true;
|
||
|
};
|
||
|
}
|