boreal: disable X11 SSH forwarding

This commit is contained in:
Antoine Martin 2024-11-07 15:38:39 +01:00
parent cf336faa2d
commit 3b309371cd

View file

@ -86,7 +86,6 @@
services = { services = {
openssh = { openssh = {
enable = true; enable = true;
forwardX11 = true;
}; };
}; };
my.gui = { my.gui = {