add monitoring
This commit is contained in:
parent
c8f0058228
commit
ad67b5ea18
1 changed files with 14 additions and 0 deletions
14
flake.nix
14
flake.nix
|
|
@ -137,6 +137,20 @@
|
||||||
./hosts/www
|
./hosts/www
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
nixosConfigurations."monitoring" = nixpkgs.lib.nixosSystem {
|
||||||
|
#system = "x86_64-linux";
|
||||||
|
#pkgs = import nixpkgs { inherit system; };
|
||||||
|
inherit system;
|
||||||
|
modules = [
|
||||||
|
agenix.nixosModules.default
|
||||||
|
{ environment.systemPackages = [ (agenix.packages.${system}.default) ]; }
|
||||||
|
{
|
||||||
|
age.secrets = {
|
||||||
|
};
|
||||||
|
}
|
||||||
|
./hosts/monitoring
|
||||||
|
];
|
||||||
|
};
|
||||||
nixosConfigurations."sql" = nixpkgs.lib.nixosSystem {
|
nixosConfigurations."sql" = nixpkgs.lib.nixosSystem {
|
||||||
#system = "x86_64-linux";
|
#system = "x86_64-linux";
|
||||||
#pkgs = import nixpkgs { inherit system; };
|
#pkgs = import nixpkgs { inherit system; };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue