nixos/services/arr-stack.nix

6 lines
107 B
Nix
Raw Normal View History

2026-01-20 21:10:47 +00:00
{ config, pkgs, lib, ... }:
{
config = lib.mkIf (config.networking.hostName == "FredOS-Mediaserver") {
2026-01-20 19:48:10 +00:00
2026-01-20 21:10:47 +00:00
}