From 1c9fa418b3c8c7d9504210d87a97b1e68eab856d Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Sat, 29 Mar 2025 22:52:00 -0700 Subject: [PATCH] Make s0 easier to unlock --- machines/storage/s0/properties.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/machines/storage/s0/properties.nix b/machines/storage/s0/properties.nix index cfbda82..4b77af6 100644 --- a/machines/storage/s0/properties.nix +++ b/machines/storage/s0/properties.nix @@ -1,6 +1,7 @@ { hostNames = [ "s0" + "s0.neet.dev" ]; arch = "x86_64-linux"; @@ -19,6 +20,8 @@ remoteUnlock = { hostKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFNiceeFMos5ZXcYem4yFxh8PiZNNnuvhlyLbQLrgIZH"; + + clearnetHost = "192.168.1.2"; onionHost = "r3zvf7f2ppaeithzswigma46pajt3hqytmkg3rshgknbl3jbni455fqd.onion"; }; }