nixos/services/Legion.nix
Evie Litherland-Smith 0264eeb6fc Add initial settings for new server machine Legion
Adapt existing settings for Vanguard being used as server
2023-06-04 10:55:46 +01:00

16 lines
296 B
Nix

{...}: {
imports = [
./adguardhome
./gitea
./nextcloud
./openvpn/Legion.nix
./sshd
./syncthing/Legion.nix
./terraria/windy_limbo_of_melancholy.nix
./traefik/adguardhome.nix
./traefik/gitea.nix
./traefik/nextcloud.nix
./traefik/qbittorrent.nix
];
}