From f69a0748ebd9945ca1e774605bd31de3f3cc6b86 Mon Sep 17 00:00:00 2001 From: twoneis Date: Mon, 6 May 2024 22:24:41 +0200 Subject: [PATCH] root fs --- devices/ellaca/disko.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/devices/ellaca/disko.nix b/devices/ellaca/disko.nix index 4963a48..438a06e 100644 --- a/devices/ellaca/disko.nix +++ b/devices/ellaca/disko.nix @@ -64,6 +64,10 @@ postCreateHook = "zfs list -t snapshot -H -o name | grep -E '^zroot@blank$' || zfs snapshot zroot@blank"; datasets = { + root = { + type = "zfs_fs"; + mountpoint = "/"; + }; home = { type = "zfs_fs"; mountpoint = "/home";