Johan Rong 1 month ago
parent
commit
cff6ed6d1a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      nixos/features/system/iso-base.nix

+ 1 - 0
nixos/features/system/iso-base.nix

@@ -5,6 +5,7 @@
   ];
 
   boot.kernelPackages = pkgs.linuxPackages_latest;
+  boot.supportedFilesystems.zfs = false;
 
   environment.systemPackages = with pkgs; [
     nh