This commit is contained in:
Lilith 2025-03-24 21:21:19 +01:00
parent f639394679
commit fe82c49eb5
Signed by: lilith
GPG key ID: 8712A0F317C37175
4 changed files with 17 additions and 3 deletions

View file

@ -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;