fix(persistence): zoxide directory typo looool
This commit is contained in:
parent
e1337e0f99
commit
915444a4b6
4 changed files with 3 additions and 9 deletions
|
@ -28,9 +28,7 @@
|
|||
fileSystems."/persist".neededForBoot = true;
|
||||
environment.persistence."/persist" = {
|
||||
hideMounts = true;
|
||||
directories = [
|
||||
"/var/lib/systemd"
|
||||
];
|
||||
directories = [ "/var/lib/systemd" ];
|
||||
files = [
|
||||
"/etc/ssh/ssh_host_ed25519_key"
|
||||
"/etc/ssh/ssh_host_ed25519_key.pub"
|
||||
|
@ -39,5 +37,4 @@
|
|||
"/etc/machine-id"
|
||||
];
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue