android
This commit is contained in:
parent
f639394679
commit
fe82c49eb5
4 changed files with 17 additions and 3 deletions
|
|
@ -6,7 +6,10 @@
|
|||
ethernet.macAddress = "random";
|
||||
};
|
||||
|
||||
networking.nameservers = [ "192.168.178.111" ];
|
||||
networking.nameservers = [
|
||||
"192.168.178.1"
|
||||
"192.168.178.111"
|
||||
];
|
||||
|
||||
networking.nftables = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue