Update files

This commit is contained in:
2026-03-25 20:57:19 +00:00
parent 36ed8aeff0
commit 921b0527ab
3 changed files with 3 additions and 6 deletions

View File

@@ -24,7 +24,6 @@
".config/superProductivity"
".config/Antigravity"
".local/share/direnv"
".local/share/docker"
".local/share/nvim"
".local/share/krita"
".local/share/voxtype"

View File

@@ -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"
];
};
};
}

View File

@@ -5,10 +5,6 @@
docker = {
enable = true;
autoPrune.enable = true;
rootless = {
enable = true;
setSocketVariable = true;
};
};
};
}