feat: add impermanence

This commit is contained in:
tux
2025-02-26 02:56:32 +05:30
parent 87da518f36
commit 7526abde1d
6 changed files with 167 additions and 146 deletions

View File

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