mirror of
https://github.com/blahai/nyx.git
synced 2025-01-19 11:30:20 +00:00
10 lines
122 B
Nix
10 lines
122 B
Nix
|
{ pkgs, ... }: {
|
||
|
|
||
|
services = {
|
||
|
mullvad-vpn = {
|
||
|
enable = true;
|
||
|
package = pkgs.mullvad-vpn;
|
||
|
};
|
||
|
};
|
||
|
}
|