nfsroot: fix eval

This commit is contained in:
Sandro - 2023-06-14 22:35:43 +02:00
parent 0000008c13
commit 4242423be2
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ in {
# shares break nfs
shares = lib.mkForce [];
bootDiskType = "erofs";
storeDiskType = "erofs";
volumes = map (export: {
mountPoint = "/${export}";