summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Kummerlaender2020-01-26 13:17:41 +0100
committerAdrian Kummerlaender2020-01-26 13:18:16 +0100
commitf8e9b8df7890a8c7a7be83a082c34cd8e1718977 (patch)
tree4cc9711b30c14395840c76d9483ff3c01b1fb71e
parentb9040e3a6b3f9f70591af4db8d038938ee64e8e7 (diff)
downloadnixos_system-f8e9b8df7890a8c7a7be83a082c34cd8e1718977.tar
nixos_system-f8e9b8df7890a8c7a7be83a082c34cd8e1718977.tar.gz
nixos_system-f8e9b8df7890a8c7a7be83a082c34cd8e1718977.tar.bz2
nixos_system-f8e9b8df7890a8c7a7be83a082c34cd8e1718977.tar.lz
nixos_system-f8e9b8df7890a8c7a7be83a082c34cd8e1718977.tar.xz
nixos_system-f8e9b8df7890a8c7a7be83a082c34cd8e1718977.tar.zst
nixos_system-f8e9b8df7890a8c7a7be83a082c34cd8e1718977.zip
Enable SSH X11 forwarding
-rw-r--r--configuration.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix
index 920bf70..206252f 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -35,6 +35,7 @@
enable = true;
passwordAuthentication = false;
permitRootLogin = "no";
+ forwardX11 = true;
};
environment = {