This commit is contained in:
js0ny 2026-02-24 04:35:44 +00:00
parent d4bf5a6d49
commit 57712822f4
3 changed files with 10 additions and 1 deletions

View file

@ -10,7 +10,12 @@
# Set your time zone.
time.timeZone = "Europe/London";
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
networking.networkmanager = {
enable = true;
plugins = with pkgs; [
networkmanager-openvpn
];
};
# Configure network proxy if necessary
# networking.proxy.default = "http://user:password@proxy:port/";