Add config argument to nixosModule

This commit is contained in:
Jez Cope 2021-09-10 21:31:28 +01:00
parent c5e84d6387
commit ff7c015d70
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
];
};
})) // {
nixosModule = {
nixosModule = { config }: {
services.nginx = {
enable = true;