mirror of
https://github.com/danbulant/dotfiles
synced 2026-05-19 04:18:55 +00:00
enable ssh portforward
This commit is contained in:
parent
b0f312c6c5
commit
eb6f4a457c
1 changed files with 2 additions and 0 deletions
|
|
@ -58,6 +58,8 @@ let
|
|||
in
|
||||
{
|
||||
services.hardware.openrgb.enable = true;
|
||||
# ssh -R (remote port forward) to this server should listen publicly
|
||||
services.openssh.settings.GatewayPorts = "yes";
|
||||
boot = {
|
||||
kernelParams = [
|
||||
# attempt to fix nvidia perf
|
||||
|
|
|
|||
Loading…
Reference in a new issue