Add waypipe & fix ssh conf for it
This commit is contained in:
parent
8795d17527
commit
03cae63b3d
3 changed files with 3 additions and 1 deletions
|
@ -70,6 +70,7 @@ in
|
|||
shattered-pixel-dungeon
|
||||
gst_all_1.gst-vaapi
|
||||
ace-of-penguins
|
||||
waypipe
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -164,7 +164,7 @@
|
|||
AllowTcpForwarding yes
|
||||
X11Forwarding no
|
||||
AllowAgentForwarding no
|
||||
AllowStreamLocalForwarding no
|
||||
AllowStreamLocalForwarding yes
|
||||
AuthenticationMethods publickey
|
||||
'';
|
||||
};
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
, ...
|
||||
}: {
|
||||
imports = [
|
||||
../home-mods/ai
|
||||
../home-mods/audio
|
||||
../home-mods/common
|
||||
../home-mods/desktop
|
||||
|
|
Loading…
Add table
Reference in a new issue