forked from mirrors/nixpkgs
nixos xfs_quota: set default projects to {}
This commit is contained in:
parent
d8b9521d64
commit
bc46013ac1
|
@ -23,6 +23,7 @@ in
|
|||
|
||||
programs.xfs_quota = {
|
||||
projects = mkOption {
|
||||
default = {};
|
||||
type = types.attrsOf (types.submodule {
|
||||
options = {
|
||||
id = mkOption {
|
||||
|
|
Loading…
Reference in a new issue