Fix restoring snapshot on boot
This commit is contained in:
parent
9a25143a9b
commit
0544defe93
7 changed files with 24 additions and 4 deletions
|
@ -42,6 +42,7 @@
|
|||
zfs = {
|
||||
enable = true;
|
||||
rootDataset = "zroot/local/root";
|
||||
rootPool = "zroot";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -31,6 +31,7 @@
|
|||
}
|
||||
];
|
||||
rootDataset = "rpool/local/root";
|
||||
rootPool = "rpool";
|
||||
};
|
||||
};
|
||||
development = {
|
||||
|
|
|
@ -68,6 +68,7 @@
|
|||
}
|
||||
];
|
||||
rootDataset = "zroot/local/root";
|
||||
rootPool = "zroot";
|
||||
};
|
||||
};
|
||||
games = {
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
zfs = {
|
||||
enable = true;
|
||||
rootDataset = "zroot/local/root";
|
||||
rootPool = "zroot";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -55,6 +55,7 @@
|
|||
}
|
||||
];
|
||||
rootDataset = "zroot/local/root";
|
||||
rootPool = "zroot";
|
||||
};
|
||||
};
|
||||
services = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue