got impermanence to wipe drive
This commit is contained in:
parent
d2b3f0116e
commit
848c57caa0
10 changed files with 281 additions and 234 deletions
21
configurations/home-manager/leyla/impermanence.nix
Normal file
21
configurations/home-manager/leyla/impermanence.nix
Normal file
|
@ -0,0 +1,21 @@
|
|||
{...}: {
|
||||
home.persistence."/persistent/home/leyla" = {
|
||||
directories = [
|
||||
"desktop"
|
||||
"downloads"
|
||||
"documents"
|
||||
".ssh"
|
||||
".nixops"
|
||||
".local/share/keyrings"
|
||||
".local/share/direnv"
|
||||
{
|
||||
directory = ".local/share/Steam";
|
||||
method = "symlink";
|
||||
}
|
||||
];
|
||||
# files = [
|
||||
# ".screenrc"
|
||||
# ];
|
||||
allowOther = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue