summaryrefslogtreecommitdiff
path: root/common/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common/default.nix')
-rw-r--r--common/default.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/common/default.nix b/common/default.nix
index 8eca18a..b62beae 100644
--- a/common/default.nix
+++ b/common/default.nix
@@ -17,7 +17,12 @@
fonts.packages = with pkgs; [ nerd-fonts.sauce-code-pro ];
- networking.networkmanager.enable = true;
+ networking.networkmanager = {
+ enable = true;
+ plugins = [
+ pkgs.networkmanager-openconnect
+ ];
+ };
time.timeZone = "Europe/Zurich";