mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 20:50:15 +00:00
enable official mullvad client
This commit is contained in:
6
modules/services/mullvad.nix
Normal file
6
modules/services/mullvad.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }: {
|
||||
|
||||
services.mullvad-vpn.enable = true;
|
||||
environment.systemPackages = [ pkgs.mullvad-vpn ];
|
||||
|
||||
}
|
Reference in New Issue
Block a user