From 59709bcde9bd8b302924abfb8ef5f3fb6f112fa1 Mon Sep 17 00:00:00 2001 From: soraefir Date: Sat, 2 May 2026 21:40:06 +0200 Subject: [PATCH] Fix ssh --- systems/gateway/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/systems/gateway/default.nix b/systems/gateway/default.nix index 695c393..43441b7 100644 --- a/systems/gateway/default.nix +++ b/systems/gateway/default.nix @@ -9,7 +9,6 @@ in { services.openssh.enable = true; services.openssh.ports = [ 422 ]; - services.openssh.extraConfig = activeUsers;#[ 422 ]; users.users = lib.mapAttrs (name: userList: { openssh.authorizedKeys.keys = lib.unique ( lib.concatMap (u: if u ? pubssh then [ u.pubssh ] else []) userList