diff options
Diffstat (limited to 'disko.nix')
| -rw-r--r-- | disko.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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"; |
