forked from poz/niksos
docker shit
This commit is contained in:
parent
09ca377963
commit
081ed06087
1 changed files with 9 additions and 0 deletions
|
@ -224,6 +224,15 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
storageDriver = "btrfs";
|
||||
rootless = {
|
||||
enable = true;
|
||||
setSocketVariable = true;
|
||||
};
|
||||
};
|
||||
|
||||
swapDevices = [ {
|
||||
device = "/var/lib/swapfile";
|
||||
size = 16*1024;
|
||||
|
|
Loading…
Reference in a new issue