mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
sops: fix config generation
This commit is contained in:
parent
472d0eea96
commit
374b33f487
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
|||
jsonConfig = { creation_rules = hostCreationRules ++ userCreationRules; } |> lib.strings.toJSON;
|
||||
in
|
||||
pkgs.runCommand "sops.yaml" { buildInputs = [ pkgs.yj ]; } ''
|
||||
echo '${jsonConfig}' | yj -jy > $out^
|
||||
echo '${jsonConfig}' | yj -jy > $out
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue