Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
munnik committed Oct 22, 2024
1 parent b704920 commit 6b24fab
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 @@ -96,7 +96,7 @@ let
};
gid = lib.mkOption {
type = lib.types.ints.unsigned;
default = users.groups."root".gid;;
default = users.groups."root".gid;
description = ''
GID of the file, only applied when group is null. The GID will be applied even if the corresponding group doesn't exist.
'';
Expand Down

0 comments on commit 6b24fab

Please sign in to comment.