updated nix
This commit is contained in:
parent
e2c10eb08b
commit
4bd6c94804
2 changed files with 13 additions and 13 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue