nixos/services/Vanguard.nix
Evie Litherland-Smith 320d76f972 Move server directory and syncthing into services directory
Separate service setup from traefik config for each, prep for future
server separation
2023-05-26 08:52:46 +01:00

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
];
}