fix(storage): fix warning by disabling 'boot.zfs.forceImportRoot'

This commit is contained in:
2026-05-07 21:45:04 +02:00
parent 72bed59aa6
commit 1c5f03899e

View File

@@ -1,3 +1,4 @@
{
services.udisks2.enable = true;
boot.zfs.forceImportRoot = false;
}