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