(Snow)flakes for fluffy winters.
0
fork

Configure Feed

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

feat(packages): add mullvad vpn (#27)

* feat(packages): add mullvad vpn
Mullvad VPN is a privacy focused VPN.

* feat(packages): use proper installation of Mullvad VPN
Uses the proper installation of Mullvad VPN using https://wiki.nixos.org/wiki/Mullvad_VPN

authored by

WalkQuackBack and committed by
GitHub
5b1589fc 42579ef5

+4
+4
modules/packages.nix
··· 27 27 # Other general flags if available can be set here. 28 28 }; 29 29 services.flatpak.enable = true; 30 + services.mullvad-vpn = { 31 + enable = true; 32 + package = pkgs.mullvad-vpn; 33 + }; 30 34 }