mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-22 12:16:09 +01:00
hm,gandalf: Support openvpn VPNs
This commit is contained in:
parent
aeff288203
commit
346ff2af6d
2 changed files with 11 additions and 1 deletions
|
|
@ -117,6 +117,11 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.network-manager-applet = {
|
||||
enable = true;
|
||||
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
BROWSER = "firefox";
|
||||
NIXOS_OZONE_WL = 1;
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue