feat(server): add remote host metrics

This commit is contained in:
uku 2024-07-30 12:07:43 +02:00
parent 7efd6d5b84
commit bb0bbc15af
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
6 changed files with 118 additions and 12 deletions

View file

@ -77,6 +77,13 @@
inputs.flake-compat.follows = "";
};
mystia = {
url = "github:soopyc/mystia";
inputs.nixpkgs.follows = "nixpkgs";
inputs.nix-update-soopy.follows = "";
inputs.flake-compat.follows = "";
};
nixinate = {
url = "github:matthewcroughan/nixinate";
inputs.nixpkgs.follows = "nixpkgs";