Set socket variable too
This commit is contained in:
parent
80d59778cb
commit
34a0d0609d
|
@ -43,7 +43,10 @@
|
|||
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
rootless.enable = true;
|
||||
rootless = {
|
||||
enable = true;
|
||||
setSocketVariable = true;
|
||||
};
|
||||
};
|
||||
|
||||
networking.hostName = "EDI";
|
||||
|
|
Loading…
Reference in a new issue