This commit is contained in:
2026-04-19 23:52:47 -03:00
parent a05b0ea59a
commit 25757b49a3
2 changed files with 7 additions and 124 deletions
+4 -1
View File
@@ -44,7 +44,10 @@ in
"wheel"
"docker"
];
openssh.authorizedKeys.keys = [ vars.sshKey ];
openssh.authorizedKeys.keys = [
vars.sshKey
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJZyQIEUCZPUJBocZGx/MUq/WWRSP6O1+rOB2kWHV6Lm u0_a369@localhost"
];
};
};