From fbf4b2175758c0b5ddbabb6ec0ae3307cee967ba Mon Sep 17 00:00:00 2001 From: twoneis Date: Mon, 6 May 2024 23:19:33 +0200 Subject: [PATCH] readded accidental removal --- devices/ellaca/disko.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/devices/ellaca/disko.nix b/devices/ellaca/disko.nix index 3c71ae3..d8434fb 100644 --- a/devices/ellaca/disko.nix +++ b/devices/ellaca/disko.nix @@ -63,6 +63,7 @@ mountpoint = "/"; postCreateHook = "zfs list -t snapshot -H -o name | grep -E '^zroot@blank$' || zfs snapshot zroot@blank"; + datasets = { home = { type = "zfs_fs"; mountpoint = "/home";