enable docker on desktop
All checks were successful
update the nix flake lock automatically every week / update (push) Successful in 28s

This commit is contained in:
2026-05-21 22:13:19 +02:00
parent c14e2372bb
commit 76ebe4adcf

View File

@ -6,7 +6,7 @@
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2025/09/06 00:57:04 by tomoron #+# #+# #
# Updated: 2026/03/30 13:46:43 by tomoron ### ########.fr #
# Updated: 2026/05/21 00:20:51 by tomoron ### ########.fr #
# #
# **************************************************************************** #
@ -48,4 +48,9 @@
boot.kernelPackages = pkgs.linuxPackages;
boot.supportedFilesystems = [ "zfs" ];
networking.hostId = "98e475dd";
mods.docker = {
enable = true;
boot = false;
};
}