Allow passing in a list of modules to the serviceConfig.
This commit is contained in:
parent
23ef158676
commit
fbe9f2eabb
2 changed files with 5 additions and 4 deletions
|
|
@ -55,7 +55,9 @@
|
|||
{
|
||||
serviceConfig = self.lib.makeServiceConfig {
|
||||
inherit system;
|
||||
module = { imports = [ ./nix/modules ]; };
|
||||
modules = [
|
||||
./nix/modules
|
||||
];
|
||||
};
|
||||
|
||||
packages = rec {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue