no special root
This commit is contained in:
parent
c29fafa147
commit
e3b1d2bd03
2 changed files with 0 additions and 6 deletions
|
@ -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;
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue