From c955d8fe91bf3cc1674dd7e51e827c60a81697a5 Mon Sep 17 00:00:00 2001 From: mlatus Date: Tue, 14 Mar 2023 00:09:48 +0800 Subject: [PATCH] typo --- modules/sops/templates/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sops/templates/default.nix b/modules/sops/templates/default.nix index 0a504b1..4ea22e9 100644 --- a/modules/sops/templates/default.nix +++ b/modules/sops/templates/default.nix @@ -42,7 +42,7 @@ let type = str; default = "0400"; description = '' - Permissions mode of the in octal. + Permissions mode of the rendered secret file in octal. ''; }; owner = mkOption {