mirror of
https://github.com/tuxdotrs/nixos-config.git
synced 2025-08-23 06:51:02 +05:30
feat: migrate alpha and add impermanence
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
{...}: {
|
||||
home.stateVersion = "23.11";
|
||||
{username, ...}: {
|
||||
home.persistence."/persist/home/${username}" = {
|
||||
directories = [
|
||||
"Projects"
|
||||
".ssh"
|
||||
".local/share/zsh"
|
||||
];
|
||||
allowOther = true;
|
||||
};
|
||||
|
||||
home.stateVersion = "24.11";
|
||||
}
|
||||
|
Reference in New Issue
Block a user