This commit is contained in:
parent
50f2224f04
commit
570871787f
2 changed files with 3 additions and 28 deletions
|
|
@ -1,5 +1,7 @@
|
|||
#omnisearch.nix
|
||||
{ ... }:
|
||||
{
|
||||
services.omnisearch.enable = true;
|
||||
config = lib.mkIf (config.networking.hostName == "FredOS-Mediaserver") {
|
||||
services.omnisearch.enable = true;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue