feat: updated user configs to better match original config
This commit is contained in:
parent
1eb66d1c31
commit
f8edad75bf
3 changed files with 73 additions and 51 deletions
|
|
@ -10,6 +10,16 @@
|
|||
lib.mkIf config.storage.zfs.enable (lib.mkMerge [
|
||||
{
|
||||
storage.zfs.datasets = {
|
||||
"persist" = {
|
||||
type = "zfs_fs";
|
||||
};
|
||||
"persist/local" = {
|
||||
type = "zfs_fs";
|
||||
};
|
||||
"persist/replicate" = {
|
||||
type = "zfs_fs";
|
||||
};
|
||||
|
||||
"persist/local/nix" = {
|
||||
type = "zfs_fs";
|
||||
mount = {
|
||||
|
|
@ -22,6 +32,7 @@
|
|||
atime = "off";
|
||||
relatime = "off";
|
||||
};
|
||||
|
||||
"persist/replicate/system/var/log" = {
|
||||
type = "zfs_fs";
|
||||
mount = {
|
||||
|
|
@ -54,6 +65,9 @@
|
|||
'';
|
||||
|
||||
storage.zfs.datasets = {
|
||||
"ephemeral" = {
|
||||
type = "zfs_fs";
|
||||
};
|
||||
"ephemeral/system/root" = {
|
||||
type = "zfs_fs";
|
||||
mount = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue