commit then think
This commit is contained in:
6
modules/nixos/system/misc/mullvad-vpn.nix
Normal file
6
modules/nixos/system/misc/mullvad-vpn.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{pkgs, ...}: {
|
||||
services.mullvad-vpn = {
|
||||
enable = true;
|
||||
package = pkgs.mullvad-vpn;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user