From bc46013ac113a1d87b8b96b27cc7b18cc79fc177 Mon Sep 17 00:00:00 2001 From: Luca Bruno Date: Wed, 19 Aug 2015 18:03:42 +0200 Subject: [PATCH] nixos xfs_quota: set default projects to {} --- nixos/modules/programs/xfs_quota.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/programs/xfs_quota.nix b/nixos/modules/programs/xfs_quota.nix index 34a44d17e4ef..129e23b7f1d4 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 {