nm
This commit is contained in:
parent
aae92de740
commit
38d0ed2456
6 changed files with 95 additions and 281 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue