forked from M-Labs/nix-scripts
desktop: enable SSH X11 forward
This commit is contained in:
parent
d16f35b91b
commit
42c09c01d4
|
@ -31,6 +31,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
|
services.openssh.forwardX11 = true;
|
||||||
|
|
||||||
# Enable CUPS to print documents.
|
# Enable CUPS to print documents.
|
||||||
services.printing = {
|
services.printing = {
|
||||||
|
|
Loading…
Reference in New Issue