switch vpn

This commit is contained in:
Vivian 2023-11-26 11:32:36 +01:00
parent f884d4fad1
commit a52aa3565e
4 changed files with 37 additions and 36 deletions

View file

@ -76,7 +76,7 @@ let
inherit tags;
targetHost = ip;
allowLocalDeployment = type == "local";
targetUser = null; # Defaults to $USER
targetUser = "victor"; # Defaults to $USER
};
};
};