Enable X11Forwarding over ssh

This commit is contained in:
Greg Hellings
2024-08-09 03:42:09 -05:00
parent 2f62b73d89
commit 602300412c
+4 -1
View File
@@ -54,7 +54,10 @@
# Enable the OpenSSH daemon for remote control # Enable the OpenSSH daemon for remote control
services = { services = {
openssh.enable = true; openssh = {
enable = true;
settings.X11Forwarding = true;
};
}; };
# Define a user account. Don't forget to set a password with passwd. # Define a user account. Don't forget to set a password with passwd.