From d740aa0f996759c47f131e41da59c7014e03113d Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sun, 22 Oct 2023 17:35:14 +0200 Subject: [PATCH] sombrero: Switch `podman` to `docker` --- hosts/sombrero/configuration.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hosts/sombrero/configuration.nix b/hosts/sombrero/configuration.nix index f17acee..42348b7 100644 --- a/hosts/sombrero/configuration.nix +++ b/hosts/sombrero/configuration.nix @@ -310,11 +310,6 @@ }; virtualisation = { - podman = { - enable = true; - dockerCompat = true; - }; - oci-containers.containers = { plex = { image = "linuxserver/plex"; @@ -382,6 +377,11 @@ system = "aarch64-linux"; }; + + mod = { + docker.enable = true; + }; + # Copy the NixOS configuration file and link it from the resulting system # (/run/current-system/configuration.nix). This is useful in case you # accidentally delete configuration.nix.