feat(hosts/ssh): fix

This commit is contained in:
Gabriel Fontes
2024-06-24 16:49:02 -03:00
parent 0dbfa94347
commit 272823e343
2 changed files with 3 additions and 3 deletions
+1 -3
View File
@@ -30,9 +30,7 @@ in {
}
];
setEnv.WAYLAND_DISPLAY = "/%d/.waypipe/display";
extraConfig = ''
StreamLocalBindUnlink yes
'';
extraOptions.StreamLocalBindUnlink = "yes";
};
};
};
+2
View File
@@ -21,6 +21,8 @@ in {
StreamLocalBindUnlink = "yes";
# Allow forwarding ports to everywhere
GatewayPorts = "clientspecified";
# Let WAYLAND_DISPLAY be forwarded
AcceptEnv = "WAYLAND_DISPLAY";
};
hostKeys = [