From 7ef7b20cb5caa78c4f94e7f8891ba899b3844cc0 Mon Sep 17 00:00:00 2001 From: Fern Garden Date: Wed, 23 Jul 2025 15:07:14 +0800 Subject: [PATCH] Ornithologist is a VM now --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 32bc083..ce4998b 100755 --- a/flake.nix +++ b/flake.nix @@ -96,7 +96,7 @@ # Container for automatic deployments. (mkHost "ornithologist" { - suite = "server/lxc"; + suite = "server/vm"; }) ]; }