mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 12:40:13 +00:00
enable official mullvad client
This commit is contained in:
@ -20,5 +20,6 @@ nixpkgs.lib.nixosSystem {
|
||||
../common.nix
|
||||
../../modules/services/keybase.nix
|
||||
../../modules/services/gnupg.nix
|
||||
../../modules/services/mullvad.nix
|
||||
];
|
||||
}
|
||||
|
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