From 1b7abd3556d1d62973f9141dc352cf2de66b5f6c Mon Sep 17 00:00:00 2001 From: Martijn de Munnik Date: Tue, 22 Oct 2024 09:48:55 +0000 Subject: [PATCH] Update modules/sops/default.nix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jörg Thalheim --- modules/sops/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sops/default.nix b/modules/sops/default.nix index 73f293b3..573eadf6 100644 --- a/modules/sops/default.nix +++ b/modules/sops/default.nix @@ -95,7 +95,7 @@ let ''; }; gid = lib.mkOption { - type = with lib.types; nullOr int; + type = with lib.types; nullOr types.ints.positive; default = null; description = '' GID of the file, only applied when group is set to "". The UID will be applied even if the corresponding group doesn't exist.