This commit is contained in:
Aleksandr Lebedev 2025-09-26 20:01:38 +02:00
parent 069693db2d
commit e1cbf930a8

View file

@ -49,19 +49,19 @@ in {
options.ashift = "12"; options.ashift = "12";
mountpoint = "/zstorage"; mountpoint = "/zstorage";
datasets = { datasets = {
"services" = { services = {
type = "zfs_fs"; type = "zfs_fs";
mountpoint = "/var/lib"; mountpoint = "/var/lib";
options."com.sun:auto-snapshot" = "true"; options."com.sun:auto-snapshot" = "true";
}; };
"backups" = { backups = {
type = "zfs_fs"; type = "zfs_fs";
mountpoint = "/backups"; mountpoint = "/zstorage/backups";
options."com.sun:auto-snapshot" = "true"; options."com.sun:auto-snapshot" = "true";
}; };
"media" = { media = {
type = "zfs_fs"; type = "zfs_fs";
mountpoint = "/media"; mountpoint = "/zstorage/media";
options."com.sun:auto-snapshot" = "true"; options."com.sun:auto-snapshot" = "true";
}; };
}; };