feat: add mullvad
This commit is contained in:
parent
dfe16651ab
commit
35d682dd05
5 changed files with 20 additions and 0 deletions
system
|
@ -4,6 +4,7 @@
|
|||
imports = [
|
||||
./i18n.nix
|
||||
./nix.nix
|
||||
./vpn.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
|
|
5
system/vpn.nix
Normal file
5
system/vpn.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.mullvad-vpn.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue