Add: Agenix for caddy goaccess page
This commit is contained in:
parent
fd12d647e4
commit
53c0163ccc
5 changed files with 154 additions and 17 deletions
|
|
@ -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
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue