This commit is contained in:
2026-05-12 15:05:56 +02:00
parent 8920dadd4b
commit 3646963fd9

View File

@ -6,7 +6,7 @@
# By: tomoron <tomoron@student.42angouleme.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2025/09/06 00:57:09 by tomoron #+# #+# #
# Updated: 2026/04/09 13:21:07 by tomoron ### ########.fr #
# Updated: 2026/05/12 15:05:44 by tomoron ### ########.fr #
# #
# **************************************************************************** #
@ -64,6 +64,8 @@ in
'';
boot.supportedFilesystems = [ "zfs" ];
boot.zfs.forceImportRoot = false;
boot.zfs.extraPools = [ "raid_vol" ];
services.zfs = {
autoScrub.enable = true;