From 8a7092cc9240c33ebbd3cd41b747e7ca6ff43f56 Mon Sep 17 00:00:00 2001 From: twoneis Date: Mon, 6 May 2024 23:40:01 +0200 Subject: [PATCH] no extra dataset for home --- devices/ellaca/disko.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/devices/ellaca/disko.nix b/devices/ellaca/disko.nix index d8434fb..ff9e4c6 100644 --- a/devices/ellaca/disko.nix +++ b/devices/ellaca/disko.nix @@ -64,10 +64,6 @@ postCreateHook = "zfs list -t snapshot -H -o name | grep -E '^zroot@blank$' || zfs snapshot zroot@blank"; datasets = { - home = { - type = "zfs_fs"; - mountpoint = "/home"; - }; nix = { type = "zfs_fs"; mountpoint = "/nix";