Separate networking configuration

This commit is contained in:
xmm16 2024-12-19 01:24:41 -03:00
commit 918d38d4ea
No known key found for this signature in database

View file

@ -24,6 +24,7 @@
nftables = {
enable = true;
};
};
services.resolved = {
enable = true;
@ -38,5 +39,4 @@
dnsovertls = "true";
llmnr = "true";
};
};
}