dotfiles.nix/nixos/viridian/containers/default.nix

16 lines
266 B
Nix
Raw Normal View History

2024-08-08 09:02:42 +08:00
{...}: {
2024-01-21 21:00:41 +08:00
imports = [
2024-01-23 09:45:42 +08:00
./jellyfin.nix
./jellyseerr.nix
./lidarr.nix
./prowlarr.nix
./qbittorrent.nix
./radarr.nix
./recyclarr.nix
./sonarr.nix
2024-06-16 23:08:01 +08:00
./mealie.nix
2024-05-09 11:40:42 +08:00
./microbin
2024-01-21 21:00:41 +08:00
];
virtualisation.oci-containers.backend = "docker";
}