This commit is contained in:
2025-12-25 17:28:52 +00:00
parent ecfb8eeec0
commit f3581ffe00

View File

@@ -45,7 +45,12 @@
];
};
virtualisation.docker.enable = true;
virtualisation.docker = {
enable = true;
daemon.settings = {
log-driver = "local";
};
};
networking.hostName = hostname;
}