From e3b1d2bd03eace23eccc21dde30fac81215ef2f5 Mon Sep 17 00:00:00 2001 From: twoneis Date: Mon, 6 May 2024 23:18:23 +0200 Subject: [PATCH] no special root --- devices/ellaca/default.nix | 1 - devices/ellaca/disko.nix | 5 ----- 2 files changed, 6 deletions(-) diff --git a/devices/ellaca/default.nix b/devices/ellaca/default.nix index 01d249b..2c1ff5e 100644 --- a/devices/ellaca/default.nix +++ b/devices/ellaca/default.nix @@ -17,7 +17,6 @@ grub = { enable = true; efiSupport = true; - device = "/dev/nvme0n1p1"; useOSProber = true; font = null; splashImage = null; diff --git a/devices/ellaca/disko.nix b/devices/ellaca/disko.nix index 13d8a37..3c71ae3 100644 --- a/devices/ellaca/disko.nix +++ b/devices/ellaca/disko.nix @@ -63,11 +63,6 @@ mountpoint = "/"; 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";