Add mullvad service wrapper.
This commit is contained in:
parent
775bc3a9f4
commit
460da50ab8
1 changed files with 7 additions and 0 deletions
7
services/mullvad.nix
Normal file
7
services/mullvad.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ config, lib, ... }:
|
||||
|
||||
with lib;
|
||||
|
||||
mkIf (elem "mullvad" config.machine.services) {
|
||||
services.mullvad-vpn.enable = true;
|
||||
}
|
Loading…
Reference in a new issue