Clean flake.nix + Remove useless yml files
This commit is contained in:
parent
6aeaa622d6
commit
f1d22ba02c
3 changed files with 4 additions and 10 deletions
|
@ -19,7 +19,7 @@
|
|||
'';
|
||||
|
||||
|
||||
init_sops = pkgs.writeScriptBin "init_sops" ''
|
||||
decrypt_sops = pkgs.writeScriptBin "decrypt_sops" ''
|
||||
#!${pkgs.runtimeShell}
|
||||
|
||||
echo "Decrypting vars file"
|
||||
|
@ -56,7 +56,7 @@
|
|||
pkgs.ansible
|
||||
pkgs.sops
|
||||
import_pub_gpg
|
||||
init_sops
|
||||
decrypt_sops
|
||||
clean_sops
|
||||
encrypt_sops
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue