changed backend to podman, don't make me regret it

This commit is contained in:
2024-07-04 15:26:07 -06:00
parent f177fde0ef
commit 0f09750417
10 changed files with 13 additions and 16 deletions

View File

@@ -6,7 +6,6 @@ in {
options.my.servers.lidarr.enable = lib.mkEnableOption "enable";
config = lib.mkIf config.my.servers.lidarr.enable {
virtualisation.oci-containers = {
backend = "docker";
containers.lidarr = {
autoStart = true;
image = "lscr.io/linuxserver/lidarr:latest";