From 1aaa3818f27d2743ea7e51434ef9b992f72c5153 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Sat, 14 Mar 2026 07:25:11 -0600 Subject: Radahn source also imperative --- flake.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 87353a1..c68bdd9 100644 --- a/flake.nix +++ b/flake.nix @@ -276,13 +276,12 @@ modules = minimalModuleConfig ++ [ ./machines/doretta home-manager.nixosModules.home-manager { home-manager.users.defin = import ./home-manager/doretta.nix; } # lix-module.nixosModules.default - microvm.nixosModules.host - { + microvm.nixosModules.host { microvm.autostart = [ "foolcreek" - "Radahn" + # "Radahn" ]; - microvm.vms.Radahn.updateFlake = "git+https://github.com/Nathan-R-Wood/nix-configs.git"; + # microvm.vms.Radahn.updateFlake = "git+https://github.com/Nathan-R-Wood/nix-configs.git"; } ]; }; -- cgit v1.2.3