Auto: cleanup-2026-05-21T16-33-35Z

This commit is contained in:
2026-05-21 18:33:47 +02:00
parent 66bc75c5d7
commit 36aa61d89b
4 changed files with 6 additions and 6 deletions
+3 -2
View File
@@ -1,6 +1,7 @@
# see also ../nixos/mullvad.nix
{pkgs-unstable,...}: {
programs.mullvad-vpn = { # gui
{pkgs-unstable, ...}: {
programs.mullvad-vpn = {
# gui
enable = true;
package = pkgs-unstable.mullvad-vpn;
};