We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cab9e2 commit 9524f45Copy full SHA for 9524f45
nix/hosts/clawdinator-1.nix
@@ -33,6 +33,9 @@
33
34
services.openssh.enable = true;
35
networking.firewall.allowedTCPPorts = [ 22 18789 ];
36
+ users.users.root.openssh.authorizedKeys.keys = [
37
+ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOLItFT3SVm5r7gELrfRRJxh6V2sf/BIx7HKXt6oVWpB"
38
+ ];
39
40
age.identityPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];
41
age.secrets."clawdinator-github-app.pem".file =
0 commit comments