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,11 +30,8 @@ in
|
|||
};
|
||||
|
||||
# Extra packages
|
||||
environment = {
|
||||
shellAliases = {
|
||||
environment.shellAliases = {
|
||||
docker = "sudo docker";
|
||||
};
|
||||
systemPackages = with pkgs; [ ];
|
||||
};
|
||||
|
||||
system.stateVersion = "24.11";
|
||||
|
|
|
|||
|
|
@ -16,10 +16,6 @@ in
|
|||
virtualisation = {
|
||||
docker = {
|
||||
storageDriver = "overlay2";
|
||||
rootless = {
|
||||
enable = true;
|
||||
setSocketVariable = true;
|
||||
};
|
||||
};
|
||||
|
||||
oci-containers.backend = "docker";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue