ahuston-0 9d8164f28d
update docker configs, upgrade postgres
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-11-02 23:59:38 -04:00

27 lines
418 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";
}