Added more files and folders to persistent storage

This commit is contained in:
Aleksandr Lebedev 2024-12-17 22:55:46 +01:00
parent 98668e05f9
commit 9c008da008
2 changed files with 22 additions and 18 deletions

View file

@ -17,6 +17,7 @@
"/etc/machine-id" "/etc/machine-id"
{ file = "/var/keys/secret_file"; parentDirectory = { mode = "u=rwx,g=,o="; }; } { file = "/var/keys/secret_file"; parentDirectory = { mode = "u=rwx,g=,o="; }; }
]; ];
"/etc/shadow"
}; };
systemd.tmpfiles.rules = [ systemd.tmpfiles.rules = [
"d /persist/home/ 0777 root root -" # /persist/home created, owned by root "d /persist/home/ 0777 root root -" # /persist/home created, owned by root

View file

@ -23,6 +23,9 @@
directory = ".local/share/Steam"; directory = ".local/share/Steam";
method = "symlink"; method = "symlink";
} }
".mozilla"
".local/share/TelegramDesktop"
".config/solaar"
]; ];
files = [ files = [
".screenrc" ".screenrc"