add mullvad
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

This commit is contained in:
2025-12-08 08:31:59 -07:00
parent f85dafd5a8
commit 0f8348d3fe
3 changed files with 10 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
{config, pkgs, ...}:
{
services.mullvad-vpn = {
enable = true;
package = pkgs.mullvad-vpn;
};
}