Commit f6fb51b2c6fc

Vincent Demeester <vincent@sbr.pm>
2020-06-23 16:14:12
users/vincent: remove comment
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 89f53fb
Changed files (1)
users
vincent
users/vincent/core/ssh.nix
@@ -54,7 +54,7 @@ in
       "10.100.0.*" = {
         forwardAgent = true;
       };
-    } // sshConfig; # FIXME with optional secrets // cfg.machines;
+    } // sshConfig;
     extraConfig = ''
       PreferredAuthentications gssapi-with-mic,publickey,password
       GSSAPIAuthentication yes