2026-02-16 22:00:15 -08:00
|
|
|
# Home media server — hosts Jellyfin, Forgejo, Matrix Conduit, and media management services
|
2024-08-14 11:14:20 -07:00
|
|
|
{inputs, ...}: {
|
2023-10-09 10:44:07 -07:00
|
|
|
imports = with inputs; [
|
2024-03-02 15:10:23 -08:00
|
|
|
disko.nixosModules.default
|
2023-10-09 10:44:07 -07:00
|
|
|
hardware.nixosModules.common-cpu-amd
|
|
|
|
|
hardware.nixosModules.common-cpu-amd-pstate
|
|
|
|
|
./conduit.nix
|
|
|
|
|
./configuration.nix
|
|
|
|
|
./disko.nix
|
|
|
|
|
./forgejo.nix
|
|
|
|
|
./hardware-configuration.nix
|
|
|
|
|
./jellyfin.nix
|
|
|
|
|
./network.nix
|
|
|
|
|
./syncthing.nix
|
|
|
|
|
./zfs.nix
|
|
|
|
|
];
|
|
|
|
|
}
|