Update go2rtc.nix

This commit is contained in:
ediblerope 2026-01-21 09:26:45 +00:00 committed by GitHub
parent 7077ceb1d1
commit 7089469349
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1 +1,6 @@
{ config, pkgs, lib, ... }:
{
config = lib.mkIf (config.networking.hostName == "FredOS-Mediaserver") {
};
}