From c73653064c5a885deb16969c9fd02c3a16b89c12 Mon Sep 17 00:00:00 2001 From: roxwize Date: Thu, 23 Jan 2025 21:39:00 -0500 Subject: [PATCH] ~ --- nixos/hosts/base.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixos/hosts/base.nix b/nixos/hosts/base.nix index d395cc0..53ba522 100644 --- a/nixos/hosts/base.nix +++ b/nixos/hosts/base.nix @@ -98,6 +98,10 @@ hostNames = [ "github.com" ]; publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOMqqnkVzrm0SdG6UOoqKLsabgH5C9okWi0dh2l9GKJl"; }; + "verygay.world" = { + hostNames = [ "verygay.world" ]; + publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICMql669TiEneexyQsUWfCo9ouEJwk3f21d9chpBqFge"; + }; }; }; };