disable X11 forwarding (replaced with waypipe)

force-ssl-main-website
Sebastien Bourdeauducq 2023-05-24 12:44:55 +08:00
parent c4918ac478
commit 77ba57e8fa
2 changed files with 1 additions and 2 deletions

View File

@ -304,6 +304,7 @@ in
nvme-cli
borgbackup
bind
waypipe
(callPackage ./afws { inherit pkgs; })
(callPackage ./labelprinter { inherit pkgs; })
];
@ -325,7 +326,6 @@ in
# Enable the OpenSSH daemon.
services.openssh.enable = true;
services.openssh.forwardX11 = true;
services.openssh.passwordAuthentication = false;
services.openssh.gatewayPorts = "clientspecified";
programs.mosh.enable = true;

View File

@ -82,7 +82,6 @@ in
};
services.openssh.enable = true;
services.openssh.forwardX11 = true;
services.openssh.passwordAuthentication = false;
services.openssh.extraConfig =
''