Bruno BELANYI
c912c03668
This allows connecting devices in a mesh as if they were all on the same private local network.
26 lines
389 B
Nix
26 lines
389 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
./backup.nix
|
|
./blog.nix
|
|
./drone.nix
|
|
./gitea.nix
|
|
./indexers.nix
|
|
./jellyfin.nix
|
|
./matrix.nix
|
|
./media.nix
|
|
./miniflux.nix
|
|
./nextcloud.nix
|
|
./nginx.nix
|
|
./pirate.nix
|
|
./postgresql-backup.nix
|
|
./quassel.nix
|
|
./rss-bridge.nix
|
|
./sabnzbd.nix
|
|
./ssh-server.nix
|
|
./transmission.nix
|
|
./wireguard.nix
|
|
];
|
|
}
|