diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/apps/gnupg/instance.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/apps/gnupg/instance.nix b/modules/apps/gnupg/instance.nix index e421a1e..116218c 100644 --- a/modules/apps/gnupg/instance.nix +++ b/modules/apps/gnupg/instance.nix @@ -15,7 +15,7 @@ in { user = mkOption { description = '' User to run as ang keyring owner. This option is required. - Note that this user is not created automaically. + Note that this user is not created automatically. ''; type = str; }; |