lib/ssh: add more ssh keys
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user