updated nix

This commit is contained in:
Vivian 2022-05-08 13:26:27 +02:00
parent e2c10eb08b
commit 4bd6c94804
2 changed files with 13 additions and 13 deletions

View file

@ -77,10 +77,10 @@
deploy.nodes = lib.foldr (el: acc: acc // mkDeploy el) { } nixHosts;
apps.${system} = {
# deploy = {
# type = "app";
# program = "${deploy-rs.packages.${system}.deploy-rs}/bin/deploy";
# };
deploy = {
type = "app";
program = "${deploy-rs.packages.${system}.deploy-rs}/bin/deploy";
};
vault-push-approles = {
type = "app";
program = "${pkgs.vault-push-approles self}/bin/vault-push-approles";