commit fa8d646d3f9732e4846b5ce2f70104c388cfdae2 (tree)
parent fee818708caf19e258350b59e5ad478fcb3f498e
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date: Mon, 5 Aug 2024 19:02:27 +0300
fra1-b: fix typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hosts/fra1-b/configuration.nix b/hosts/fra1-b/configuration.nix
@@ -72,7 +72,7 @@ in
uidgid = myData.uidgid.remote-builder;
sshAllowSubnet = myData.subnets.tailscale.sshPattern;
publicKeys = map (h: myData.hosts.${h}.publicKey) [
- "vno1-gdrx.servers.jakst"
+ "vno1-gdrx.motiejus.jakst"
"fwminex.servers.jakst"
"mtworx.motiejus.jakst"
];