Johan Rong 1 tháng trước cách đây
mục cha
commit
cff6ed6d1a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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