Files

9 lines
138 B
Nix
Raw Permalink Normal View History

2026-05-20 12:17:38 -04:00
{
flake.modules.nixos.mullvad = {
services.mullvad-vpn = {
enable = true;
enableEarlyBootBlocking = true;
};
};
}