Remove rootless mode

It has never worked. Never had time to proper find a fix and documentation if it is still necessary inside LXC
This commit is contained in:
pazpi 2025-12-14 12:05:14 +01:00
parent 9b15501ee5
commit 1a238d83fb
2 changed files with 1 additions and 8 deletions

View file

@ -30,12 +30,9 @@ in
}; };
# Extra packages # Extra packages
environment = { environment.shellAliases = {
shellAliases = {
docker = "sudo docker"; docker = "sudo docker";
}; };
systemPackages = with pkgs; [ ];
};
system.stateVersion = "24.11"; system.stateVersion = "24.11";
} }

View file

@ -16,10 +16,6 @@ in
virtualisation = { virtualisation = {
docker = { docker = {
storageDriver = "overlay2"; storageDriver = "overlay2";
rootless = {
enable = true;
setSocketVariable = true;
};
}; };
oci-containers.backend = "docker"; oci-containers.backend = "docker";