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

9 lines
126 B
Nix

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