Fix typo in last commit (missing variable)

This commit is contained in:
Collin J. Doering 2024-05-18 21:27:25 -04:00
parent fa7dcc749a
commit a9047be479
Signed by: rekahsoft
GPG Key ID: F77E319397CDA716
1 changed files with 2 additions and 2 deletions

View File

@ -94,8 +94,8 @@ mail.* -/var/log/maillog
(password-authentication? #f)
(authorized-keys
`(("auto" ,%deploy-key)
("collin" ,%collin-ed25519-key ,%collin-ecc-key ,%collin-rsa-key)
("root" ,%collin-ed25519-key ,%collin-ecc-key ,%collin-rsa-key)))))
("collin" ,%collin-ed25519-key ,%collin-rsa4096-key ,%collin-rsa-key)
("root" ,%collin-ed25519-key ,%collin-rsa4096-key ,%collin-rsa-key)))))
(service prometheus-node-exporter-service-type)
(service dhcp-client-service-type)
(service ntp-service-type)