docker shit

This commit is contained in:
jacekpoz 2023-07-23 20:12:29 +02:00
parent 09ca377963
commit 081ed06087

View file

@ -224,6 +224,15 @@ in
};
};
virtualisation.docker = {
enable = true;
storageDriver = "btrfs";
rootless = {
enable = true;
setSocketVariable = true;
};
};
swapDevices = [ {
device = "/var/lib/swapfile";
size = 16*1024;