Clean flake.nix + Remove useless yml files

This commit is contained in:
Florian RICHER 2024-08-31 20:20:48 +02:00
parent 6aeaa622d6
commit f1d22ba02c
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
3 changed files with 4 additions and 10 deletions

View file

@ -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
];