Skip to content

Commit

Permalink
Update modules/sops/default.nix
Browse files Browse the repository at this point in the history
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
  • Loading branch information
munnik and Mic92 authored Oct 22, 2024
1 parent d7861d1 commit 1b7abd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sops/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1b7abd3

Please sign in to comment.