refactor(nix/host/orion): remove snapper
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m4s
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m4s
This commit is contained in:
parent
355dbf5a9f
commit
e200a4db50
@ -15,15 +15,6 @@
|
|||||||
"/persist"
|
"/persist"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
snapper = {
|
|
||||||
# NOTE: According to `snapper-config(5)` the default timeline count for all timelines is 10
|
|
||||||
# (see TIMELINE_LIMIT_HOURLY, ...DAILY, etc.)
|
|
||||||
configs.persist = {
|
|
||||||
TIMELINE_CREATE = true;
|
|
||||||
TIMELINE_CLEANUP = true;
|
|
||||||
SUBVOLUME = "${persist-dir}";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."${persist-dir}".neededForBoot = true;
|
fileSystems."${persist-dir}".neededForBoot = true;
|
||||||
@ -107,4 +98,4 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user