Update files
This commit is contained in:
@@ -24,7 +24,6 @@
|
|||||||
".config/superProductivity"
|
".config/superProductivity"
|
||||||
".config/Antigravity"
|
".config/Antigravity"
|
||||||
".local/share/direnv"
|
".local/share/direnv"
|
||||||
".local/share/docker"
|
|
||||||
".local/share/nvim"
|
".local/share/nvim"
|
||||||
".local/share/krita"
|
".local/share/krita"
|
||||||
".local/share/voxtype"
|
".local/share/voxtype"
|
||||||
|
|||||||
@@ -20,7 +20,6 @@
|
|||||||
hosts = {
|
hosts = {
|
||||||
"127.0.0.1" = [
|
"127.0.0.1" = [
|
||||||
"localhost"
|
"localhost"
|
||||||
"host.docker.internal"
|
|
||||||
"runcats.test"
|
"runcats.test"
|
||||||
"dev.runcats.test"
|
"dev.runcats.test"
|
||||||
"landing.runcats.test"
|
"landing.runcats.test"
|
||||||
@@ -30,6 +29,9 @@
|
|||||||
"img.runcats.test"
|
"img.runcats.test"
|
||||||
"docs.runcats.test"
|
"docs.runcats.test"
|
||||||
];
|
];
|
||||||
|
"192.168.2.94" = [
|
||||||
|
"host.docker.internal"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,10 +5,6 @@
|
|||||||
docker = {
|
docker = {
|
||||||
enable = true;
|
enable = true;
|
||||||
autoPrune.enable = true;
|
autoPrune.enable = true;
|
||||||
rootless = {
|
|
||||||
enable = true;
|
|
||||||
setSocketVariable = true;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user