diff --git a/devices/ellaca/disko.nix b/devices/ellaca/disko.nix index 438a06e..13d8a37 100644 --- a/devices/ellaca/disko.nix +++ b/devices/ellaca/disko.nix @@ -57,7 +57,7 @@ mode = ""; rootFsOptions = { compression = "zstd"; - canmount = "off"; + canmount = "on"; "com.sun:auto-snapshot" = "false"; }; mountpoint = "/"; @@ -87,7 +87,7 @@ mode = ""; rootFsOptions = { compression = "zstd"; - canmount = "off"; + canmount = "on"; "com.sun:auto-snapshot" = "false"; }; postCreateHook = "zfs list -t snapshot -H -o name | grep -E '^zroot@blank$' || zfs snapshot zroot@blank";