From 433645f459c0f82deb612ba9f21c55a0cc0a2b0f Mon Sep 17 00:00:00 2001 From: javalsai Date: Sun, 3 May 2026 00:11:27 +0200 Subject: [PATCH] lib/ssh: add more ssh keys --- nixos/openssh.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/nixos/openssh.nix b/nixos/openssh.nix index 4ec1497..7ac1267 100644 --- a/nixos/openssh.nix +++ b/nixos/openssh.nix @@ -10,6 +10,14 @@ PermitRootLogin = "no"; }; }; +<<<<<<< HEAD networking.firewall.allowedTCPPorts = [ 22 ]; +||||||| parent of 1c2f11d (lib/ssh: add more ssh keys) + + users.users.root.openssh.authorizedKeys.keys = builtins.attrValues { + inherit (import "${self}/lib/ssh/keys.nix") error javalsai; + }; +======= +>>>>>>> 1c2f11d (lib/ssh: add more ssh keys) }