lib/ssh: add more ssh keys

This commit is contained in:
2026-05-03 00:11:27 +02:00
parent dd7ad60710
commit 433645f459
+8
View File
@@ -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)
}