diff --git a/osConfigs/hosts/server.nix b/osConfigs/hosts/server.nix index bd56341..457a480 100644 --- a/osConfigs/hosts/server.nix +++ b/osConfigs/hosts/server.nix @@ -6,7 +6,7 @@ # By: tomoron +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # 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;