New container for monitoring
This commit is contained in:
parent
6fb4eb236e
commit
c7ccbec7c0
4 changed files with 67 additions and 10 deletions
|
|
@ -57,4 +57,17 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
metrics = nixpkgs.lib.nixosSystem {
|
||||
pkgs = pkgs "x86_64-linux";
|
||||
modules = [
|
||||
myModule
|
||||
proxmoxModule
|
||||
./metrics
|
||||
agenix.nixosModules.default
|
||||
];
|
||||
specialArgs = {
|
||||
# inherit nixvim nix-index-database;
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue