Nixfiles! :3
0

Configure Feed

Select the types of activity you want to include in your feed.

grrr


Signed-off-by: MLC Bloeiman <mar@strawmelonjuice.com>

MLC Bloeiman (May 9, 2026, 3:27 PM +0200) 1e1f3b51 739b2071

+12 -5
+7 -4
home/host-specific/modules/school.nix
··· 1 1 { pkgs, ... }: 2 2 3 3 { 4 - programs.openvpn = { 5 - enable = true; 6 - 7 - }; 8 4 home.packages = with pkgs; [ 9 5 # School: Python and Dbus to run their network script 10 6 python312 ··· 19 15 # teams-for-linux # does exist... 20 16 # Well I think this one makes sense. 21 17 libreoffice-fresh 18 + 19 + # need to connect to a windows server 20 + remmina 21 + openvpn 22 + openconnect 23 + vpnc 24 + vpnc-scripts 22 25 ]; 23 26 }
+5 -1
hosts/Ponyta/configuration.nix
··· 28 28 29 29 # Enable networking 30 30 networking.networkmanager.enable = true; 31 + networking.networkmanager.packages = [ 32 + pkgs.networkmanager-openconnect 33 + pkgs.networkmanager-vpnc 34 + ]; 31 35 32 36 # Set your time zone. 33 37 time.timeZone = "Europe/Amsterdam"; ··· 116 120 # networking.firewall.allowedTCPPorts = [ ... ]; 117 121 # networking.firewall.allowedUDPPorts = [ ... ]; 118 122 # Or disable the firewall altogether. 119 - # networking.firewall.enable = false; 123 + networking.firewall.enable = false; 120 124 121 125 # This value determines the NixOS release from which the default 122 126 # settings for stateful data, like file locations and database versions