Simplify the submodule syntax, triggering the issue
This commit is contained in:
parent
4b6302a613
commit
bafed69246
1 changed files with 4 additions and 4 deletions
|
@ -2,11 +2,11 @@
|
|||
{
|
||||
config.docker-compose.services = {
|
||||
|
||||
# webserver.imports = [ ./service-webserver.nix ];
|
||||
webserver.imports = [ ./service-webserver.nix ];
|
||||
|
||||
webserver = {...}: {
|
||||
imports = [ ./service-webserver.nix ];
|
||||
};
|
||||
# webserver = {...}: {
|
||||
# imports = [ ./service-webserver.nix ];
|
||||
#};
|
||||
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue