feat(nix/hosts/orion): enable mullvad-vpn
service
This commit is contained in:
parent
891ee2deb2
commit
bba1b60a40
6
hosts/orion/modules/services/mullvad.nix
Normal file
6
hosts/orion/modules/services/mullvad.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }: {
|
||||
services.mullvad-vpn = {
|
||||
enable = true;
|
||||
package = pkgs.mullvad-vpn;
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user