starting to setup media-server

This commit is contained in:
Matt Nish-Lapidus 2025-02-20 16:23:09 -05:00
parent cfdeb09d16
commit 989ec30ff5
6 changed files with 4707 additions and 13 deletions

View file

@ -0,0 +1,5 @@
{ config, lib, pkgs, ... }:
{
config.facter.reportPath = ./facter.json;
}