feat(nixos/ryu): add Mullvad packages to system environment
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m27s
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m27s
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
{...}: {
|
{pkgs, ...}: {
|
||||||
services = {
|
services = {
|
||||||
mullvad-vpn.enable = true;
|
mullvad-vpn.enable = true;
|
||||||
};
|
};
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
mullvad
|
||||||
|
mullvad-vpn
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user