nixos-config/hosts/media-server/configuration.nix

5 lines
77 B
Nix

{ config, lib, pkgs, ... }:
{
config.facter.reportPath = ./facter.json;
}