This commit is contained in:
Lilith 2025-08-02 18:18:35 +02:00
parent aae92de740
commit 38d0ed2456
No known key found for this signature in database
GPG key ID: 272C807BD91F8446
6 changed files with 95 additions and 281 deletions

View file

@ -1,9 +1,10 @@
{ ... }:
{ pkgs, ... }:
{
networking.networkmanager = {
enable = true;
wifi.macAddress = "random";
ethernet.macAddress = "random";
wifi.macAddress = "stable-ssid";
ethernet.macAddress = "stable";
plugins = with pkgs; [ networkmanager-vpnc ];
};
networking.nameservers = [