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:
parent
cef526f0c0
commit
6fc6b311ed
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
|||
};
|
||||
|
||||
myModules = {
|
||||
cloud-init.enable = true;
|
||||
cloud-init.enable = false;
|
||||
do-agent.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue