totoro: services.openssh.forwardX11 -> services.openssh.settings.X11Forwarding
This commit is contained in:
parent
f06976410d
commit
03dc26854e
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ in {
|
||||||
pkgs.zfs
|
pkgs.zfs
|
||||||
];
|
];
|
||||||
|
|
||||||
services.openssh.forwardX11 = true;
|
services.openssh.settings.X11Forwarding = true;
|
||||||
|
|
||||||
# Extra packages.
|
# Extra packages.
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
Loading…
Reference in a new issue