diff --git a/nixos/hosts/EDI/configuration.nix b/nixos/hosts/EDI/configuration.nix index b3453ec..c7fd076 100644 --- a/nixos/hosts/EDI/configuration.nix +++ b/nixos/hosts/EDI/configuration.nix @@ -37,16 +37,13 @@ }; environment.systemPackages = with pkgs; [ - docker - docker-compose + podman + podman-compose ]; - virtualisation.docker = { + virtualisation.podman = { enable = true; - rootless = { - enable = true; - setSocketVariable = true; - }; + dockerCompat = true; }; networking.hostName = "EDI";