remove agenix reference

This commit is contained in:
Jermeiah S 2025-06-14 07:54:58 -04:00
parent 3f7b1c5380
commit a14933388b
No known key found for this signature in database

View file

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