mirror of
https://github.com/blahai/nyx.git
synced 2025-01-18 11:00:20 +00:00
Global: add mullvad vpn
This commit is contained in:
parent
da6ee6a040
commit
eb1ed985a8
2 changed files with 10 additions and 0 deletions
|
@ -2,5 +2,6 @@
|
|||
{
|
||||
imports = [
|
||||
./cloudflared.nix
|
||||
./vpn.nix
|
||||
];
|
||||
}
|
||||
|
|
9
modules/nixos/services/vpn.nix
Normal file
9
modules/nixos/services/vpn.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, ... }: {
|
||||
|
||||
services = {
|
||||
mullvad-vpn = {
|
||||
enable = true;
|
||||
package = pkgs.mullvad-vpn;
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue