Separate networking configuration
This commit is contained in:
parent
f7925692ec
commit
918d38d4ea
1 changed files with 13 additions and 13 deletions
|
@ -24,6 +24,7 @@
|
||||||
nftables = {
|
nftables = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
services.resolved = {
|
services.resolved = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -38,5 +39,4 @@
|
||||||
dnsovertls = "true";
|
dnsovertls = "true";
|
||||||
llmnr = "true";
|
llmnr = "true";
|
||||||
};
|
};
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue