From 0439f5083ed4ad9cbb21622f927f625e22eb3365 Mon Sep 17 00:00:00 2001 From: David Crompton Date: Tue, 29 Apr 2025 17:07:40 -0400 Subject: [PATCH] Pericyte: Enable Lix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 6677479..f26bae4 100644 --- a/flake.nix +++ b/flake.nix @@ -70,7 +70,7 @@ modules = [ ./machines/pericyte/configuration.nix modules.sops - # lix-module.nixosModules.default + lix-module.nixosModules.default microvm.nixosModules.host ]; };