From ecffe68300a3f8dc7c9f040f10cdb4b4119eb51e Mon Sep 17 00:00:00 2001 From: Mathias Magnusson Date: Mon, 29 Dec 2025 19:16:12 +0100 Subject: finally fix zfs mounting failing which suspended boot so that was fun --- disko.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/disko.nix b/disko.nix index dd5bb26..469019e 100644 --- a/disko.nix +++ b/disko.nix @@ -74,6 +74,10 @@ zpool.draupner = { type = "zpool"; rootFsOptions = { + # I _think_ that this makes some zfs thingie not mount the pool, but systemd still mounts + # it. Before this, mounting failed with "mountpoint or dataset busy", possibly because both + # zfs and systemd tried to mount it. + canmount = "off"; compression = "lz4"; atime = "off"; acltype = "posixacl"; -- cgit v1.2.3