Don't enable Docker on boot

This commit is contained in:
Bart van der Braak 2025-01-22 09:56:32 +01:00
parent 9e754a026e
commit 91b4f46f3b

View file

@ -63,9 +63,12 @@
programs.virt-manager.enable = true;
# Add Docker support
virtualisation.docker.enable = true;
virtualisation.docker.rootless = {
virtualisation.docker = {
enable = true;
enableOnBoot = false;
rootless = {
enable = true;
setSocketVariable = true;
};
};
}