mirror of
https://github.com/Mic92/sops-nix.git
synced 2026-04-11 05:05:17 +08:00
chore(home-manager): change wording "machine" -> "user"
This commit is contained in:
parent
260872257c
commit
da91d2736f
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ let
|
|||
pkgs.writeShellScript "sops-nix-user" (
|
||||
lib.optionalString cfg.age.generateKey ''
|
||||
if [[ ! -f ${escapedAgeKeyFile} ]]; then
|
||||
echo generating machine-specific age key...
|
||||
echo generating user-specific age key...
|
||||
${pkgs.coreutils}/bin/mkdir -p $(${pkgs.coreutils}/bin/dirname ${escapedAgeKeyFile})
|
||||
# age-keygen sets 0600 by default, no need to chmod.
|
||||
${pkgs.age}/bin/age-keygen -o ${escapedAgeKeyFile} ${lib.join " " cfg.age.extraGenerateKeyArgs}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue