This commit is contained in:
Lilith 2025-03-24 02:29:46 +01:00
parent 9a16acca1b
commit 0deecc0aea
Signed by: lilith
GPG key ID: 8712A0F317C37175
6 changed files with 65 additions and 39 deletions

View file

@ -1,10 +1,13 @@
{...}: {
{ ... }:
{
networking.networkmanager = {
enable = true;
wifi.macAddress = "random";
ethernet.macAddress = "random";
};
networking.nameservers = [ "192.168.178.111" ];
networking.nftables = {
enable = true;
};