fix(docspell): pass packages correctly
This commit is contained in:
parent
4d09207c08
commit
7576621f00
3 changed files with 8 additions and 3 deletions
|
|
@ -15,6 +15,9 @@
|
|||
modules = [
|
||||
./configuration.nix
|
||||
docspell.nixosModules.default
|
||||
{
|
||||
_module.args = { inherit docspell; };
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue