Compare commits
7 commits
6082b222a8
...
6ab5ca5abf
Author | SHA1 | Date | |
---|---|---|---|
6ab5ca5abf | |||
ee525e0593 | |||
c31e0721c4 | |||
4b25bd0c57 | |||
315edd5a61 | |||
722a6e8120 | |||
7be752ed07 |
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,7 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}));
|
}));
|
||||||
|
default = {};
|
||||||
};
|
};
|
||||||
users = mkOption {
|
users = mkOption {
|
||||||
type = attrsOf (submodule ({ ... }: {
|
type = attrsOf (submodule ({ ... }: {
|
||||||
|
@ -32,6 +33,7 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}));
|
}));
|
||||||
|
default = {};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue