diff --git a/services/go2rtc.nix b/services/go2rtc.nix index 8b13789..d0ea0b5 100644 --- a/services/go2rtc.nix +++ b/services/go2rtc.nix @@ -1 +1,6 @@ +{ config, pkgs, lib, ... }: +{ + config = lib.mkIf (config.networking.hostName == "FredOS-Mediaserver") { + }; +}