Disable our version of cloud-init for nixos-anywhere

It has its own specialized cloud-init. Eventually I should harmonize the
two, but not today.
This commit is contained in:
Eli Ribble 2025-07-21 15:38:05 +00:00
parent cef526f0c0
commit 6fc6b311ed

View file

@ -18,7 +18,7 @@
};
myModules = {
cloud-init.enable = true;
cloud-init.enable = false;
do-agent.enable = true;
};
}