no special root

This commit is contained in:
twoneis 2024-05-06 23:18:23 +02:00
parent c29fafa147
commit e3b1d2bd03
2 changed files with 0 additions and 6 deletions

View file

@ -17,7 +17,6 @@
grub = { grub = {
enable = true; enable = true;
efiSupport = true; efiSupport = true;
device = "/dev/nvme0n1p1";
useOSProber = true; useOSProber = true;
font = null; font = null;
splashImage = null; splashImage = null;

View file

@ -63,11 +63,6 @@
mountpoint = "/"; mountpoint = "/";
postCreateHook = "zfs list -t snapshot -H -o name | grep -E '^zroot@blank$' || zfs snapshot zroot@blank"; postCreateHook = "zfs list -t snapshot -H -o name | grep -E '^zroot@blank$' || zfs snapshot zroot@blank";
datasets = {
root = {
type = "zfs_fs";
mountpoint = "/";
};
home = { home = {
type = "zfs_fs"; type = "zfs_fs";
mountpoint = "/home"; mountpoint = "/home";