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
|
deploy-rs
|
||||||
nixpkgs
|
nixpkgs
|
||||||
nixos-anywhere
|
nixos-anywhere
|
||||||
agenix
|
|
||||||
;
|
;
|
||||||
inherit (nixpkgs) lib;
|
inherit (nixpkgs) lib;
|
||||||
|
|
||||||
|
|
@ -30,11 +29,11 @@ in
|
||||||
{
|
{
|
||||||
apps = rec {
|
apps = rec {
|
||||||
default = deploy;
|
default = deploy;
|
||||||
secrets = {
|
# secrets = {
|
||||||
type = "app";
|
# type = "app";
|
||||||
program = "${agenix.packages.${system}.agenix}/bin/agenix";
|
# program = "${agenix.packages.${system}.agenix}/bin/agenix";
|
||||||
meta.description = "";
|
# meta.description = "";
|
||||||
};
|
# };
|
||||||
install = {
|
install = {
|
||||||
type = "app";
|
type = "app";
|
||||||
program = "${nixos-anywhere.packages.${system}.nixos-anywhere}/bin/nixos-anywhere";
|
program = "${nixos-anywhere.packages.${system}.nixos-anywhere}/bin/nixos-anywhere";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue