Make it actually run the command and also clean up other modules
parent
db39075c8e
commit
356e8814f7
|
@ -53,23 +53,12 @@
|
||||||
distro: nixos
|
distro: nixos
|
||||||
network:
|
network:
|
||||||
renderers: [ 'networkd' ]
|
renderers: [ 'networkd' ]
|
||||||
default_user:
|
|
||||||
name: ops
|
|
||||||
users:
|
|
||||||
- default
|
|
||||||
ssh_pwauth: false
|
|
||||||
chpasswd:
|
|
||||||
expire: false
|
|
||||||
cloud_init_modules:
|
cloud_init_modules:
|
||||||
- migrator
|
- migrator
|
||||||
- seed_random
|
- seed_random
|
||||||
- growpart
|
- growpart
|
||||||
- resizefs
|
|
||||||
cloud_config_modules:
|
cloud_config_modules:
|
||||||
- disk_setup
|
- runcmd
|
||||||
- mounts
|
|
||||||
- set-passwords
|
|
||||||
- ssh
|
|
||||||
cloud_final_modules: []
|
cloud_final_modules: []
|
||||||
datasource_list:
|
datasource_list:
|
||||||
- NoCloud
|
- NoCloud
|
||||||
|
|
Loading…
Reference in New Issue