From 921b0527ab3b0e7485e4b7625fe1668fb042b276 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 25 Mar 2026 20:57:19 +0000 Subject: [PATCH] Update files --- home/impermanence.nix | 1 - system/networking.nix | 4 +++- system/virtualisation.nix | 4 ---- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/home/impermanence.nix b/home/impermanence.nix index c17f635..0626360 100644 --- a/home/impermanence.nix +++ b/home/impermanence.nix @@ -24,7 +24,6 @@ ".config/superProductivity" ".config/Antigravity" ".local/share/direnv" - ".local/share/docker" ".local/share/nvim" ".local/share/krita" ".local/share/voxtype" diff --git a/system/networking.nix b/system/networking.nix index ccc1b61..9444572 100644 --- a/system/networking.nix +++ b/system/networking.nix @@ -20,7 +20,6 @@ hosts = { "127.0.0.1" = [ "localhost" - "host.docker.internal" "runcats.test" "dev.runcats.test" "landing.runcats.test" @@ -30,6 +29,9 @@ "img.runcats.test" "docs.runcats.test" ]; + "192.168.2.94" = [ + "host.docker.internal" + ]; }; }; } diff --git a/system/virtualisation.nix b/system/virtualisation.nix index 401c3bd..f5f85c0 100644 --- a/system/virtualisation.nix +++ b/system/virtualisation.nix @@ -5,10 +5,6 @@ docker = { enable = true; autoPrune.enable = true; - rootless = { - enable = true; - setSocketVariable = true; - }; }; }; }