From 24ce6260204429b7dfd17fd9c7dd2620a13d4045 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Wed, 12 Feb 2025 01:55:09 -0500 Subject: [PATCH] oops --- nixos/machines/tides/machine.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/machines/tides/machine.nix b/nixos/machines/tides/machine.nix index ce39405..3488064 100644 --- a/nixos/machines/tides/machine.nix +++ b/nixos/machines/tides/machine.nix @@ -5,7 +5,7 @@ }: { # perSystem = { ... }: { config.packages.hello = ...; }; - flake.nixosConfigurations.crash = withSystem "aarch64-linux" ( + flake.nixosConfigurations.tides = withSystem "aarch64-linux" ( ctx @ { config, inputs',