This commit is contained in:
ediblerope 2026-03-28 13:15:23 +00:00 committed by GitHub
parent 570871787f
commit 2625a4676c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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