feat(sshd): enable X11 forwarding
This commit is contained in:
parent
03af748698
commit
a2e4d70167
@ -69,7 +69,10 @@
|
||||
git
|
||||
];
|
||||
|
||||
services.openssh.enable = true;
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
forwardX11 = true;
|
||||
};
|
||||
|
||||
nix = {
|
||||
package = pkgs.nixFlakes;
|
||||
|
Reference in New Issue
Block a user