persistence: remove /etc/shadow and add root's zinit folder
This commit is contained in:
parent
c34cda106d
commit
9bb86e8cce
1 changed files with 1 additions and 1 deletions
|
@ -132,6 +132,7 @@ in {
|
|||
"/var/lib/nixos"
|
||||
"/var/lib/systemd/coredump"
|
||||
"/etc/NetworkManager/system-connections"
|
||||
"/root/.local/share/zinit"
|
||||
{
|
||||
directory = "/var/lib/colord";
|
||||
user = "colord";
|
||||
|
@ -141,7 +142,6 @@ in {
|
|||
];
|
||||
files = [
|
||||
"/etc/machine-id"
|
||||
"/etc/shadow"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue