9 lines
138 B
Nix
9 lines
138 B
Nix
|
|
{
|
||
|
|
flake.modules.nixos.mullvad = {
|
||
|
|
services.mullvad-vpn = {
|
||
|
|
enable = true;
|
||
|
|
enableEarlyBootBlocking = true;
|
||
|
|
};
|
||
|
|
};
|
||
|
|
}
|