7 lines
98 B
Nix
7 lines
98 B
Nix
|
|
_: {
|
||
|
|
networking = {
|
||
|
|
nameservers = ["1.1.1.1" "8.8.8.8"];
|
||
|
|
firewall.enable = true;
|
||
|
|
};
|
||
|
|
}
|