From 456c07415177bc95ae6833c5d95c8c347c6bfc3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Wed, 20 Apr 2022 09:00:41 +0100 Subject: [PATCH] Correct the zfs dataset name for /root --- config/nutty-noon.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/nutty-noon.nix b/config/nutty-noon.nix index a404ea1b..545f56fb 100644 --- a/config/nutty-noon.nix +++ b/config/nutty-noon.nix @@ -88,7 +88,7 @@ }; fileSystems."/root" = { - device = "ssd/userdata/root"; + device = "ssd/userdata/home/root"; fsType = "zfs"; options = [ "zfsutil" ]; };