7 lines
136 B
Nix
7 lines
136 B
Nix
{ ... }: {
|
|
flake.modules.nixos.mullvad = {
|
|
services.mullvad-vpn.enable = true;
|
|
services.mullvad-vpn.gui.enable = true;
|
|
};
|
|
}
|