1

System/Nixinator: Disable rootless docker

This commit is contained in:
2026-01-18 01:19:04 +01:00
parent eaa36cfce2
commit 5e422d05c9
3 changed files with 9 additions and 7 deletions

View File

@ -46,12 +46,9 @@ with mylib.networking; {
docker = {
enable = true;
# Use podman on the desktops, the servers are
# already configured using docker though...
# TODO: Use podman on the servers
podman = !headless;
docker.rootless = true;
podman = false;
docker.rootless = false;
docker.buildkit = true;
};
fonts = {