From 301d8d1ea66321ef45d498bac99a584d5cf5c99d Mon Sep 17 00:00:00 2001 From: soraefir Date: Sat, 2 May 2026 21:12:43 +0200 Subject: [PATCH] fixx --- systems/gateway/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/systems/gateway/default.nix b/systems/gateway/default.nix index 29b2459..751ce00 100644 --- a/systems/gateway/default.nix +++ b/systems/gateway/default.nix @@ -10,7 +10,6 @@ in { services.openssh.enable = true; services.openssh.ports = [ 422 ]; - services.openssh.extraConfig = activeUsers; users.users = lib.mapAttrs (name: userList: { openssh.authorizedKeys.keys = lib.unique ( lib.concatMap (u: if u ? pubssh then [ u.pubssh ] else []) userList