fix(persistence): zoxide directory typo looool

This commit is contained in:
Mohammad Rafiq 2025-05-20 17:40:34 +08:00
parent e1337e0f99
commit 915444a4b6
No known key found for this signature in database
4 changed files with 3 additions and 9 deletions

View file

@ -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"
];
};
}