treewide: have rwhod ignore always logged-in users

This commit is contained in:
h7x4
2026-07-20 21:41:56 +09:00
parent 2e3ac911cb
commit 6abc05dc4d
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -52,4 +52,6 @@
}; };
}; };
}; };
services.roowho2.settings.rwhod.ignoreUsers = [ "drumknotty" ];
} }
+2
View File
@@ -123,5 +123,7 @@ in {
}; };
}; };
}; };
services.roowho2.settings.rwhod.ignoreUsers = [ "greg" ];
} }