nixos/services/webservices
2026-01-20 21:13:33 +00:00

5 lines
109 B
Text

{ config, pkgs, lib, ... }:
{
config = lib.mkIf (config.networking.hostName == "FredOS-Mediaserver") {
}