diff options
| -rw-r--r-- | flake.nix | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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"; } ]; }; |
