diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2026-03-14 07:14:49 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2026-03-14 07:14:49 -0600 |
| commit | 686549e19451263beabd77cc3bb76d75d411cbe6 (patch) | |
| tree | 29dca8168dc8379acf21f8f8fbd3c9cc7a0eea7e | |
| parent | d34808ff2eaed9971bb55ce22695de31c6064979 (diff) | |
Radanh vm still has issues
| -rw-r--r-- | flake.nix | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |
