Xfs quota
programs.xfs_quota.projects
Setup of xfs_quota projects. Make sure the filesystem is mounted with the pquota option.
Type: attribute set of (submodule)
Default
{ }
Example
{projname = {id = 50;path = "/xfsprojects/projname";sizeHardLimit = "50g";};}
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/programs/xfs_quota.nix
programs.xfs_quota.projects.<name>.fileSystem
XFS filesystem hosting the xfs_quota project.
Type: string
Default
"/"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/programs/xfs_quota.nix
programs.xfs_quota.projects.<name>.id
Project ID.
Type: signed integer
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/programs/xfs_quota.nix
programs.xfs_quota.projects.<name>.path
Project directory.
Type: string
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/programs/xfs_quota.nix
programs.xfs_quota.projects.<name>.sizeHardLimit
Hard limit of the project size.
Type: null or string
Default
null
Example
"50g"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/programs/xfs_quota.nix
programs.xfs_quota.projects.<name>.sizeSoftLimit
Soft limit of the project size
Type: null or string
Default
null
Example
"30g"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/programs/xfs_quota.nix