nix-config/modules/nixos-modules/server/default.nix

8 lines
95 B
Nix

{...}: {
imports = [
./network_storage
./reverse_proxy.nix
./jellyfin.nix
];
}