remove agenix reference
This commit is contained in:
parent
3f7b1c5380
commit
a14933388b
1 changed files with 5 additions and 6 deletions
|
|
@ -5,7 +5,6 @@ let
|
|||
deploy-rs
|
||||
nixpkgs
|
||||
nixos-anywhere
|
||||
agenix
|
||||
;
|
||||
inherit (nixpkgs) lib;
|
||||
|
||||
|
|
@ -30,11 +29,11 @@ in
|
|||
{
|
||||
apps = rec {
|
||||
default = deploy;
|
||||
secrets = {
|
||||
type = "app";
|
||||
program = "${agenix.packages.${system}.agenix}/bin/agenix";
|
||||
meta.description = "";
|
||||
};
|
||||
# secrets = {
|
||||
# type = "app";
|
||||
# program = "${agenix.packages.${system}.agenix}/bin/agenix";
|
||||
# meta.description = "";
|
||||
# };
|
||||
install = {
|
||||
type = "app";
|
||||
program = "${nixos-anywhere.packages.${system}.nixos-anywhere}/bin/nixos-anywhere";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue