This commit is contained in:
ediblerope 2026-03-28 13:36:22 +00:00 committed by GitHub
parent 2625a4676c
commit 6c3fe3bb46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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