From 626da52a9b54a7b567f1110005c5c64d63e7339d Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Mon, 3 Oct 2022 09:50:17 -0500 Subject: [PATCH] Try unstable jude --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index ad8851f..f67463d 100644 --- a/flake.nix +++ b/flake.nix @@ -77,7 +77,7 @@ "linode" = machine "x86_64-linux" "linode"; - "jude" = machine "x86_64-linux" "jude"; + "jude" = unstableMachine "x86_64-linux" "jude"; "lappy" = machine "x86_64-linux" "lappy";