From 16499001139b8c20abbfb60259d587fd26445501 Mon Sep 17 00:00:00 2001 From: osbm Date: Tue, 28 Jan 2025 13:27:46 +0300 Subject: [PATCH] typo --- hosts/pochita/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/pochita/configuration.nix b/hosts/pochita/configuration.nix index d7ba93b..336959e 100644 --- a/hosts/pochita/configuration.nix +++ b/hosts/pochita/configuration.nix @@ -16,7 +16,7 @@ in { nix.distributedBuilds = true; nix.buildMachines = [ { - hostname = "ymir"; + hostName = "ymir"; systems = [ "x86_64-linux" "aarch64-linux" ]; supportedFeatures = ["nixos-test" "benchmark" "big-parallel" "kvm"]; sshKey = "/home/osbm/.ssh/id_ed25519";