Add: Agenix for caddy goaccess page

This commit is contained in:
DuN0z 2025-10-17 22:43:24 +02:00
parent fd12d647e4
commit 53c0163ccc
5 changed files with 154 additions and 17 deletions

View file

@ -13,6 +13,7 @@
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
nur.url = "github:nix-community/NUR";
agenix.url = "github:ryantm/agenix";
};
outputs = {
@ -21,6 +22,7 @@
home-manager-stable,
home-manager,
nur,
agenix,
...
}: let
mkUnstablePkgsWithNur = {
@ -50,10 +52,12 @@
};
terre-neuvas = nixpkgs-stable.lib.nixosSystem {
specialArgs = { inherit agenix; };
system = "x86_64-linux";
modules = [
./hosts/terre-neuvas/configuration.nix
home-manager-stable.nixosModules.home-manager
agenix.nixosModules.default
];
};