hm,gandalf: Support openvpn VPNs

This commit is contained in:
Quentin Boyer 2026-03-01 22:01:36 +01:00
parent aeff288203
commit 346ff2af6d
2 changed files with 11 additions and 1 deletions

View file

@ -117,6 +117,11 @@
};
};
services.network-manager-applet = {
enable = true;
};
home.sessionVariables = {
BROWSER = "firefox";
NIXOS_OZONE_WL = 1;

View file

@ -47,7 +47,12 @@ in
};
networking.hostName = "gandalf";
networking.networkmanager.enable = true;
networking.networkmanager = {
enable = true;
plugins = with pkgs; [
networkmanager-openvpn
];
};
time.timeZone = "Europe/Paris";