Revert "devices.nas: rescue"

This reverts commit d9d78424fc.
This commit is contained in:
2025-08-24 19:54:19 +08:00
parent d9d78424fc
commit 9e22ca65c3
2 changed files with 1 additions and 2 deletions

View File

@@ -64,7 +64,6 @@ inputs:
"compress-force=zstd"
# large btrfs volume need more time to mount (default 90s might not be enough)
"x-systemd.mount-timeout=300s"
"degraded"
];
neededForBoot = true;
};

View File

@@ -41,7 +41,7 @@ inputs:
${waitDevice}
# mount device
mount ${device} /mnt -m -o noatime,compress-force=zstd,degraded
mount ${device} /mnt -m -o noatime,compress-force=zstd
# move old rootfs, create new one
if [ -f /mnt/nix/rootfs/current/.timestamp ]