fix kernel

This commit is contained in:
Gerg-L 2025-01-28 17:28:39 -05:00
parent 190afcb973
commit a85607d1c0
Signed by: gerg-l
SSH key fingerprint: SHA256:FPYDHIkvMocr4wdmZXpgpJjsb2Tw6rASs2ISPbOb0KI
3 changed files with 22 additions and 23 deletions

View file

@ -1,7 +1,6 @@
{
config,
lib,
pkgs,
}:
{
#link some stuff
@ -23,7 +22,6 @@
supportedFilesystems.ntfs = true;
zfs = {
package = pkgs.zfs_unstable;
devNodes = "/dev/disk/by-id/";
forceImportAll = true;
};