feat: Remove grafana
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m27s

This commit is contained in:
uttarayan21
2025-08-17 02:47:07 +05:30
parent e7f41a76e2
commit 2a1c1835d9
8 changed files with 20 additions and 11 deletions

View File

@@ -1,4 +1,8 @@
{inputs, ...}: {
{
inputs,
device,
...
}: {
imports = [
# Import the hyprmonitors module
inputs.hyprmonitors.homeManagerModules.hyprmonitors
@@ -6,7 +10,7 @@
# Configure hyprmonitors service
services.hyprmonitors = {
enable = true;
enable = device.is "ryu";
# Optional: customize host and port (defaults shown)
host = "0.0.0.0";