diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2026-03-14 07:25:11 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2026-03-14 07:25:11 -0600 |
| commit | 1aaa3818f27d2743ea7e51434ef9b992f72c5153 (patch) | |
| tree | 8f35c7cb08985aeaf235ddbf4152043590432ea0 | |
| parent | 3c031046f83d33b049849399db7e0da384002327 (diff) | |
Radahn source also imperative
| -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"; } ]; }; |
