summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix7
1 files 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";
}
];
};