Merge branch 'main' of git.firelilith.org:lilith/nixos
This commit is contained in:
commit
c1b1b14be1
4 changed files with 56 additions and 41 deletions
|
|
@ -4,7 +4,10 @@
|
|||
enable = true;
|
||||
wifi.macAddress = "stable-ssid";
|
||||
ethernet.macAddress = "stable";
|
||||
plugins = with pkgs; [ networkmanager-vpnc ];
|
||||
plugins = with pkgs; [
|
||||
networkmanager-vpnc
|
||||
networkmanager-openconnect
|
||||
];
|
||||
};
|
||||
|
||||
services.resolved.enable = true;
|
||||
|
|
|
|||
|
|
@ -18,5 +18,6 @@
|
|||
wget
|
||||
wireguard-tools
|
||||
zip
|
||||
vpnc
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue