From 686549e19451263beabd77cc3bb76d75d411cbe6 Mon Sep 17 00:00:00 2001 From: Devin Finlinson Date: Sat, 14 Mar 2026 07:14:49 -0600 Subject: Radanh vm still has issues --- flake.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 4bb9a81..9bcf0c0 100644 --- a/flake.nix +++ b/flake.nix @@ -270,7 +270,13 @@ # lix-module.nixosModules.default microvm.nixosModules.host home-manager.nixosModules.home-manager { home-manager.users.defin = import ./home-manager/doretta.nix; } - { microvm.autostart = [ "foolcreek" "Radahn"]; } + { + microvm.autostart = [ + "foolcreek" + "Radahn" + ]; + microvm.vms.Radahn.updateFlake = "git+https://github.com/Nathan-R-Wood/nix-configs.git"; + } ]; }; bosco = lib.nixosSystem { # networking server -- cgit v1.2.3