This commit is contained in:
ediblerope 2026-03-28 13:14:22 +00:00 committed by GitHub
parent 50f2224f04
commit 570871787f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 28 deletions

View file

@ -1,5 +1,7 @@
#omnisearch.nix
{ ... }:
{
services.omnisearch.enable = true;
config = lib.mkIf (config.networking.hostName == "FredOS-Mediaserver") {
services.omnisearch.enable = true;
}
}