feat(arcturus): add impermanence

This commit is contained in:
tux
2024-11-13 22:31:10 +05:30
parent c7868e8b5f
commit 56d194f454
4 changed files with 146 additions and 77 deletions

View File

@ -1,3 +1,16 @@
{...}: {
home.stateVersion = "23.11";
{username, ...}: {
home.persistence."/persist/home/${username}" = {
directories = [
"Projects"
"Stuff"
".ssh"
];
files = [
".zsh_history"
".zcompdump"
];
allowOther = true;
};
home.stateVersion = "24.11";
}