summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2026-03-14 07:25:11 -0600
committerDevin Finlinson <devin.finlinson@pm.me>2026-03-14 07:25:11 -0600
commit1aaa3818f27d2743ea7e51434ef9b992f72c5153 (patch)
tree8f35c7cb08985aeaf235ddbf4152043590432ea0
parent3c031046f83d33b049849399db7e0da384002327 (diff)
Radahn source also imperative
-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";
}
];
};