fix: fix a few typos

This commit is contained in:
Julien Malka 2024-09-30 10:46:41 +02:00
parent 1ef9dd84c9
commit c94b113d47

View file

@ -100,7 +100,7 @@
];
environment.persistence."/persistent" = {
hidemounts = true;
hideMounts = true;
directories = [
"/var/lib"
"/var/log"
@ -113,7 +113,7 @@
};
programs.fuse.userAllowOther = true;
filesystems."/persistent".neededforboot = true;
fileSystems."/persistent".neededForBoot = true;
system.stateVersion = "24.11";
}