nix-dotfiles/profiles/mediaserver.nix

16 lines
228 B
Nix

{ config, pkgs, lib, ... }:
{
imports =
[
./base.nix
../services/podgrab.nix
../services/jellyfin.nix
];
environment.systemPackages = with pkgs.unstable; [
];
}