dots/hosts/orion/modules/services/mullvad.nix
Price Hiller c690e01544
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m4s
style: format nix files
2024-05-27 13:19:55 -05:00

9 lines
176 B
Nix

{ pkgs, ... }:
{
services.mullvad-vpn = {
enable = true;
package = pkgs.mullvad-vpn;
};
environment.persistence.ephemeral.directories = [ "/etc/mullvad-vpn" ];
}