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:
parent
9b15501ee5
commit
1a238d83fb
2 changed files with 1 additions and 8 deletions
|
|
@ -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";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue