Evie Litherland-Smith
320d76f972
Separate service setup from traefik config for each, prep for future server separation
17 lines
299 B
Nix
17 lines
299 B
Nix
{...}: {
|
|
imports = [
|
|
./adguardhome
|
|
./traefik/adguardhome.nix
|
|
./gitea
|
|
./traefik/gitea.nix
|
|
# ./nextcloud
|
|
./traefik/nextcloud.nix
|
|
./qbittorrent
|
|
./traefik/qbittorrent.nix
|
|
./sshd
|
|
./traefik/sshd.nix
|
|
./syncthing/Vanguard.nix
|
|
./traefik/syncthing.nix
|
|
];
|
|
}
|