ahuston-0 edd5d27b21
Some checks failed
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (push) Failing after 5m35s
Check flake.lock / Check health of `flake.lock` (push) Successful in 9m42s
Check Nix formatting / Perform Nix format checks (push) Failing after 5m34s
temp disable archive team, add obsidian
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-12-14 16:00:57 -05:00

29 lines
490 B
Nix

{
config,
lib,
pkgs,
...
}:
{
imports = [
./act-runner.nix
# temp disable archiveteam for tiktok archiving
#./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";
}