nixos xfs_quota: set default projects to {}

+1
+1
nixos/modules/programs/xfs_quota.nix
··· 23 24 programs.xfs_quota = { 25 projects = mkOption { 26 type = types.attrsOf (types.submodule { 27 options = { 28 id = mkOption {
··· 23 24 programs.xfs_quota = { 25 projects = mkOption { 26 + default = {}; 27 type = types.attrsOf (types.submodule { 28 options = { 29 id = mkOption {