nix/hosts/laptop-server/config/services/default.nix

11 lines
147 B
Nix
Raw Normal View History

{ ... }:
{
imports = [
./networking.nix
# Individual services
./caddy
./jellyfin
./jellyseerr
];
}