mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-09-24 07:15:07 -05:00
feat(hosts/ssh): fix
This commit is contained in:
@@ -30,9 +30,7 @@ in {
|
||||
}
|
||||
];
|
||||
setEnv.WAYLAND_DISPLAY = "/%d/.waypipe/display";
|
||||
extraConfig = ''
|
||||
StreamLocalBindUnlink yes
|
||||
'';
|
||||
extraOptions.StreamLocalBindUnlink = "yes";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -21,6 +21,8 @@ in {
|
||||
StreamLocalBindUnlink = "yes";
|
||||
# Allow forwarding ports to everywhere
|
||||
GatewayPorts = "clientspecified";
|
||||
# Let WAYLAND_DISPLAY be forwarded
|
||||
AcceptEnv = "WAYLAND_DISPLAY";
|
||||
};
|
||||
|
||||
hostKeys = [
|
||||
|
||||
Reference in New Issue
Block a user