Configure docker
This commit is contained in:
parent
0f2050f7aa
commit
212069cf2d
1 changed files with 11 additions and 0 deletions
|
|
@ -33,6 +33,17 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
virtualisation = {
|
||||||
|
docker = {
|
||||||
|
enable = true;
|
||||||
|
storageDriver = "overlay2";
|
||||||
|
rootless = {
|
||||||
|
enable = true;
|
||||||
|
setSocketVariable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "carbon";
|
hostName = "carbon";
|
||||||
networkmanager.enable = true; # Enables wireless support via wpa_supplicant.
|
networkmanager.enable = true; # Enables wireless support via wpa_supplicant.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue