Merge pull request #53 from aanderse/fixup/types
fixup: use types.attrs instead of the nonexistent types.freeform
This commit is contained in:
commit
21f0f70cc2
1 changed files with 2 additions and 2 deletions
|
|
@ -75,14 +75,14 @@
|
|||
services.logrotate = lib.mkOption {
|
||||
internal = true;
|
||||
default = { };
|
||||
type = types.freeform;
|
||||
type = types.attrs;
|
||||
};
|
||||
|
||||
# No-op option for now.
|
||||
users = lib.mkOption {
|
||||
internal = true;
|
||||
default = { };
|
||||
type = types.freeform;
|
||||
type = types.attrs;
|
||||
};
|
||||
|
||||
networking = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue