nixos/services/go2rtc.nix

7 lines
111 B
Nix
Raw Normal View History

2026-01-21 09:26:45 +00:00
{ config, pkgs, lib, ... }:
{
config = lib.mkIf (config.networking.hostName == "FredOS-Mediaserver") {
2026-01-21 09:26:32 +00:00
2026-01-21 09:26:45 +00:00
};
}