@cryptotaxi247 / infra-1 / commits / d640189a

haumea: fix typo (oops)

Pierre Bourdon committed Feb 12, 2024 at 03:05 UTC d640189abc130461b756dc11a61605aa2c54acaf
1 file changed +1 -1
delft/haumea.nix
+1 -1
@@ -153,7 +153,7 @@
153 publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG6rlyYpWzzt1Fn4c9XdrgzuVqlnhzXz6BRReDVz9I/n";
154 };
155 delroth-backup-server = {
156 - hostName = [ "smol.delroth.net" ];
156 + hostNames = [ "smol.delroth.net" ];
157 publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID9Ta4DYE3YxXzV57s6TX6KEbIa3O4re+J4NzATCOiXb";
158 };
159 };