From 1b1b8111bacbed3d08524b733d6b1691606f19fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nina=20Chl=C3=B3e=20Kassandra=20Rei=C3=9F?= Date: Wed, 18 Mar 2026 13:17:08 +0100 Subject: [PATCH] Update network configuration --- configuration.nix | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index dbadef7..a5af4a8 100755 --- a/configuration.nix +++ b/configuration.nix @@ -33,12 +33,26 @@ boot.extraModprobeConfig = '' # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # Enable networking - networking.networkmanager.enable = true; + networking.networkmanager = { + enable = true; + plugins = with pkgs; [ + networkmanager-ssh + networkmanager-fortisslvpn + networkmanager-iodine + networkmanager-l2tp + networkmanager-openconnect + networkmanager-openvpn + networkmanager-sstp + networkmanager-strongswan + networkmanager-vpnc + ]; + + }; # Set your time zone. time.timeZone = "Europe/Berlin"; - # Select internationalisation properties. + # Select internationalization properties. i18n.defaultLocale = "de_DE.UTF-8"; i18n.extraLocaleSettings = {