chore: Formatting
All checks were successful
Flake checker / Build Nix targets (push) Successful in 9m26s

This commit is contained in:
uttarayan21
2025-08-14 19:34:20 +05:30
parent 57832be28d
commit c959a3aea8
15 changed files with 164 additions and 177 deletions

View File

@@ -1,5 +1,4 @@
{ ... }:
{
{...}: {
imports = [
# ./rsyncd.nix
# ./sunshine.nix

View File

@@ -1,5 +1,4 @@
{ ... }:
{
{...}: {
services = {
prometheus = {
exporters = {
@@ -24,7 +23,7 @@
settings.process_names = [
{
name = "{{.Comm}}";
cmdline = [ ".*" ];
cmdline = [".*"];
}
];
};

View File

@@ -1,5 +1,4 @@
{ ... }:
{
{...}: {
services = {
hardware.openrgb.enable = true;
};

View File

@@ -83,4 +83,3 @@
# Optional: Enable looking glass for low-latency VM display
}