add docker support

This commit is contained in:
Noa Aarts 2024-06-28 08:25:21 +02:00
parent f4e9adbac1
commit 8c57286c07

View file

@ -137,6 +137,14 @@
}; };
}; };
virtualisation.docker = {
enable = true;
rootless = {
enable = true;
setSocketVariable = true;
};
};
# Open ports in the firewall. # Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ];