From d69aa8274872981e666895ae212ae20a0369232d Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Sun, 6 Oct 2024 19:16:41 +0200 Subject: [PATCH] Migrated from podman to docker --- hosts/desktop/default.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/hosts/desktop/default.nix b/hosts/desktop/default.nix index 44b231f..604df54 100644 --- a/hosts/desktop/default.nix +++ b/hosts/desktop/default.nix @@ -11,17 +11,13 @@ # CLI ../../modules/system/cli/common.nix - ../../modules/system/cli/podman.nix + ../../modules/system/cli/docker.nix # Hardware ../../modules/system/hardware/firewall.nix ../../modules/system/hardware/garbage-collection.nix ../../modules/system/hardware/locale.nix ../../modules/system/hardware/nvidia.nix - - # Containers - # ../../modules/containers/adguard.nix - # ../../modules/containers/caddy.nix ]; nix.settings = {