9 lines
169 B
Nix
9 lines
169 B
Nix
{ config, pkgs, ... }:
|
|
|
|
{
|
|
# workaround for https://github.com/NixOS/nixpkgs/issues/91923
|
|
networking.iproute2.enable = true;
|
|
|
|
services.mullvad-vpn.enable = true;
|
|
}
|