diff options
Diffstat (limited to 'common')
| -rw-r--r-- | common/default.nix | 7 |
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"; |