Files
nixos-conf/system/services/mullvad.nix
autumn 0f8348d3fe
Some checks failed
Test Flake / test_flake (push) Failing after 24s
Test Flake / dry_build (push) Failing after 25s
Update Flake / update_flake (push) Successful in 8s
add mullvad
2025-12-08 08:31:59 -07:00

8 lines
108 B
Nix

{config, pkgs, ...}:
{
services.mullvad-vpn = {
enable = true;
package = pkgs.mullvad-vpn;
};
}