move monitoring services to a new host

This commit is contained in:
2024-09-13 20:06:54 +05:30
parent 5ca2129eeb
commit 8287257e29
8 changed files with 232 additions and 25 deletions

5
hosts/alpha/home.nix Normal file
View File

@ -0,0 +1,5 @@
{...}: {
imports = [
../common/home.nix
];
}