From bbda81b4a94e6c12536de8c0650901c69c740dc4 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Mon, 11 May 2026 21:51:04 +0200 Subject: [PATCH] feat: adds virtualization for `flora` --- modules/core/virtualization.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/core/virtualization.nix b/modules/core/virtualization.nix index 15aa708..6bbebed 100644 --- a/modules/core/virtualization.nix +++ b/modules/core/virtualization.nix @@ -14,6 +14,8 @@ true else if (host == "dandelion") then true + else if (host == "flora") then + true else if (host == "sakura") then true else if (host == "yoshino") then