mirror of
https://github.com/Unkn0wnCat/dotfiles.git
synced 2025-05-02 03:16:20 +02:00
Add Mullvad VPN
This commit is contained in:
parent
a71a4f4599
commit
ff459f51a4
2 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
../modules/yubikey.nix
|
||||
../modules/gaming/steam.nix
|
||||
../modules/gaming/helpers.nix
|
||||
../modules/mullvad.nix
|
||||
];
|
||||
|
||||
sops.defaultSopsFile = ./secrets/secrets.yaml;
|
||||
|
|
4
nixos/modules/mullvad.nix
Normal file
4
nixos/modules/mullvad.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{pkgs, ...}:
|
||||
{
|
||||
services.mullvad-vpn.enable = true;
|
||||
}
|
Loading…
Add table
Reference in a new issue