···11{ pkgs, ... }:
2233{
44- programs.openvpn = {
55- enable = true;
66-77- };
84 home.packages = with pkgs; [
95 # School: Python and Dbus to run their network script
106 python312
···1915 # teams-for-linux # does exist...
2016 # Well I think this one makes sense.
2117 libreoffice-fresh
1818+1919+ # need to connect to a windows server
2020+ remmina
2121+ openvpn
2222+ openconnect
2323+ vpnc
2424+ vpnc-scripts
2225 ];
2326}
+5-1
hosts/Ponyta/configuration.nix
···28282929 # Enable networking
3030 networking.networkmanager.enable = true;
3131+ networking.networkmanager.packages = [
3232+ pkgs.networkmanager-openconnect
3333+ pkgs.networkmanager-vpnc
3434+ ];
31353236 # Set your time zone.
3337 time.timeZone = "Europe/Amsterdam";
···116120 # networking.firewall.allowedTCPPorts = [ ... ];
117121 # networking.firewall.allowedUDPPorts = [ ... ];
118122 # Or disable the firewall altogether.
119119- # networking.firewall.enable = false;
123123+ networking.firewall.enable = false;
120124121125 # This value determines the NixOS release from which the default
122126 # settings for stateful data, like file locations and database versions