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 = { 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";
}; };
};
} }