updated server configuration

This commit is contained in:
2026-07-13 05:55:40 +10:00
parent f3c6f13e89
commit 567e2536b1
2 changed files with 8 additions and 3 deletions
+2 -2
View File
@@ -10,7 +10,7 @@ boot.supportedFilesystems = [ "zfs" ];
trim.enable = true;
};
systemd.services.zfs-import-cache.enable = true;
#systemd.services.zfs-import-cache.enable = true;
systemd.services.zfs-mount.enable = true;
boot.zfs.devNodes = "/dev/disk/by-id";
}
}