From af1dacc651eb4a2c2b7fa806eb0370f8007bec91 Mon Sep 17 00:00:00 2001 From: lassulus Date: Thu, 28 Nov 2024 16:38:47 +0100 Subject: [PATCH] vars: use vars in option descriptions --- nixosModules/clanCore/vars/settings-opts.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nixosModules/clanCore/vars/settings-opts.nix b/nixosModules/clanCore/vars/settings-opts.nix index cad13d0f4..fbd019ba7 100644 --- a/nixosModules/clanCore/vars/settings-opts.nix +++ b/nixosModules/clanCore/vars/settings-opts.nix @@ -10,7 +10,7 @@ default = "sops"; description = '' method to store secret facts - custom can be used to define a custom secret fact store. + custom can be used to define a custom secret var store. ''; }; @@ -41,8 +41,8 @@ ]; default = "in_repo"; description = '' - method to store public facts. - custom can be used to define a custom public fact store. + method to store public vars. + custom can be used to define a custom public vars store. ''; };