Compare commits

..

7 commits

View file

@ -16,6 +16,7 @@ in
};
};
}));
default = {};
};
users = mkOption {
type = attrsOf (submodule ({ ... }: {
@ -32,6 +33,7 @@ in
};
};
}));
default = {};
};
};
}