summary refs log tree commit diff
diff options
context:
space:
mode:
authorLuca Bruno <lucabru@src.gnome.org>2015-08-19 18:03:42 +0200
committerLuca Bruno <lucabru@src.gnome.org>2015-08-19 18:03:42 +0200
commitbc46013ac113a1d87b8b96b27cc7b18cc79fc177 (patch)
treecce60c640307fbc112938c5c379e25c4907513cb
parentd8b9521d643af4e03c526310d1495d0b535c16ef (diff)
downloadnixpkgs-bc46013ac113a1d87b8b96b27cc7b18cc79fc177.tar
nixpkgs-bc46013ac113a1d87b8b96b27cc7b18cc79fc177.tar.gz
nixpkgs-bc46013ac113a1d87b8b96b27cc7b18cc79fc177.tar.bz2
nixpkgs-bc46013ac113a1d87b8b96b27cc7b18cc79fc177.tar.lz
nixpkgs-bc46013ac113a1d87b8b96b27cc7b18cc79fc177.tar.xz
nixpkgs-bc46013ac113a1d87b8b96b27cc7b18cc79fc177.tar.zst
nixpkgs-bc46013ac113a1d87b8b96b27cc7b18cc79fc177.zip
nixos xfs_quota: set default projects to {}
-rw-r--r--nixos/modules/programs/xfs_quota.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/programs/xfs_quota.nix b/nixos/modules/programs/xfs_quota.nix
index 34a44d17e4e..129e23b7f1d 100644
--- a/nixos/modules/programs/xfs_quota.nix
+++ b/nixos/modules/programs/xfs_quota.nix
@@ -23,6 +23,7 @@ in
 
     programs.xfs_quota = {
       projects = mkOption {
+        default = {};
         type = types.attrsOf (types.submodule {
           options = {
             id = mkOption {