From 70894693494e02d51c05ce87eb8d57953f00196b Mon Sep 17 00:00:00 2001 From: ediblerope Date: Wed, 21 Jan 2026 09:26:45 +0000 Subject: [PATCH] Update go2rtc.nix --- services/go2rtc.nix | 5 +++++ 1 file changed, 5 insertions(+) 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") { + }; +}