mirror of
https://github.com/JaxTheWolf/nixos.git
synced 2026-04-01 02:00:22 +02:00
Add openconnect NM integration
This commit is contained in:
@@ -25,7 +25,13 @@
|
||||
};
|
||||
|
||||
networking = {
|
||||
networkmanager.enable = true;
|
||||
networkmanager = {
|
||||
enable = true;
|
||||
plugins = with pkgs; [
|
||||
networkmanager-openconnect
|
||||
];
|
||||
};
|
||||
|
||||
firewall.enable = false;
|
||||
};
|
||||
|
||||
|
||||
@@ -40,4 +40,6 @@
|
||||
solaar-extension
|
||||
];
|
||||
};
|
||||
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
}
|
||||
|
||||
@@ -109,6 +109,7 @@
|
||||
mesa-demos
|
||||
mission-center
|
||||
ncdu
|
||||
networkmanager-openconnect
|
||||
nil
|
||||
nixfmt
|
||||
nixfmt-tree
|
||||
|
||||
Reference in New Issue
Block a user