From 31eeb77dc82e945c4321190acc82038ccbf7aec8 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Sun, 2 Apr 2023 22:48:25 -0700 Subject: [PATCH] Fixed typo in option name --- hosts/Alaska/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/Alaska/default.nix b/hosts/Alaska/default.nix index 59d50e6..83399a7 100644 --- a/hosts/Alaska/default.nix +++ b/hosts/Alaska/default.nix @@ -9,7 +9,7 @@ sshd.enable = true; openssh.settings = { PermitRootLogin = "no"; - X11Fowarding = true; + X11Forwarding = true; }; };