Add ... arg to nixosModule

This commit is contained in:
Jez Cope 2021-09-10 21:34:20 +01:00
parent ff7c015d70
commit 434e9c84c9
1 changed files with 1 additions and 1 deletions

View File

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