config: remove NixOS module from nixos-generators

It is only meant for generation and not for deployment. Learnt that the
hard way.
This commit is contained in:
Gabriel Arazas 2023-06-23 00:28:48 +08:00
parent 9f2452ec6e
commit 9ee20751e7
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -292,9 +292,6 @@
];
})
(lib'.optionalAttrs (metadata ? format)
inputs.nixos-generators.nixosModules."${metadata.format}")
hostSharedConfig
path
];