tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
nixos xfs_quota: set default projects to {}
Luca Bruno
10 years ago
bc46013a
d8b9521d
+1
1 changed file
expand all
collapse all
unified
split
nixos
modules
programs
xfs_quota.nix
+1
nixos/modules/programs/xfs_quota.nix
···
23
24
programs.xfs_quota = {
25
projects = mkOption {
0
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 {