This commit is contained in:
2023-02-23 11:53:11 -05:00
parent 49492f5934
commit e429f0a2a6

View File

@@ -102,7 +102,7 @@ programs = {
};
systemd.user.services.ssh-proxy = mkIf config.wsl.docker-desktop.enable {
systemd.user.services.ssh-proxy = lib.mkIf config.wsl.docker-desktop.enable {
# systemd.user.services.ssh-proxy = mkIf config.wsl.enable {
Unit = { Description = "WSL Proxy"; };
Service = {