kalessin: add new state dataset
This commit is contained in:
parent
d36c87220b
commit
86f77d2564
|
@ -114,6 +114,13 @@
|
||||||
source = "rpool_orm";
|
source = "rpool_orm";
|
||||||
target = "rpool_elucredassa/backup/orm";
|
target = "rpool_elucredassa/backup/orm";
|
||||||
};
|
};
|
||||||
|
"kalessin-state" = {
|
||||||
|
dataset = "state";
|
||||||
|
sourceHost = "kalessin";
|
||||||
|
targetHost = "elucredassa";
|
||||||
|
source = "rpool_kalessin";
|
||||||
|
target = "rpool_elucredassa/backup/kalessin";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -26,5 +26,15 @@ in
|
||||||
authorizedKeys.keys = [ ];
|
authorizedKeys.keys = [ ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
randomcat.services.zfs.datasets = {
|
||||||
|
"rpool_kalessin/state" = { mountpoint = "none"; };
|
||||||
|
};
|
||||||
|
|
||||||
|
services.sanoid.datasets."rpool_kalessin/state" = {
|
||||||
|
useTemplate = [ "production" ];
|
||||||
|
recursive = "zfs";
|
||||||
|
process_children_only = true;
|
||||||
|
};
|
||||||
|
|
||||||
system.stateVersion = "23.11";
|
system.stateVersion = "23.11";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue