From 4c11d36c9bc7a8643ca2087f5864421a67d835be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Thu, 20 Apr 2023 23:37:45 +0200 Subject: [PATCH] disko-config: fix zfs breaking live system --- disko/disko-config.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/disko/disko-config.nix b/disko/disko-config.nix index 53708292..223bf032 100644 --- a/disko/disko-config.nix +++ b/disko/disko-config.nix @@ -82,6 +82,7 @@ zpool."${name}" = { type = "zpool"; + mountRoot = "/mnt"; rootFsOptions.acltype = "posixacl"; options = { ashift = "12";