ahuston-0 269a9833c4
remove nextcloud-image, add haproxy to build
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-08-17 22:17:09 -04:00

27 lines
402 B
Nix

{
config,
lib,
pkgs,
...
}:
{
imports = [
./archiveteam.nix
./books.nix
./firefly.nix
./foundry.nix
./glances.nix
./haproxy.nix
./minecraft.nix
./nextcloud.nix
./postgres.nix
./restic.nix
./torr.nix
./unifi.nix
];
virtualisation.oci-containers.backend = "docker";
virtualisation.docker.daemon.settings.data-root = "/var/lib/docker2";
}