mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-31 01:00:54 +02:00
fix: fix a few typos
This commit is contained in:
parent
1ef9dd84c9
commit
c94b113d47
1 changed files with 2 additions and 2 deletions
|
@ -100,7 +100,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.persistence."/persistent" = {
|
environment.persistence."/persistent" = {
|
||||||
hidemounts = true;
|
hideMounts = true;
|
||||||
directories = [
|
directories = [
|
||||||
"/var/lib"
|
"/var/lib"
|
||||||
"/var/log"
|
"/var/log"
|
||||||
|
@ -113,7 +113,7 @@
|
||||||
};
|
};
|
||||||
programs.fuse.userAllowOther = true;
|
programs.fuse.userAllowOther = true;
|
||||||
|
|
||||||
filesystems."/persistent".neededforboot = true;
|
fileSystems."/persistent".neededForBoot = true;
|
||||||
|
|
||||||
system.stateVersion = "24.11";
|
system.stateVersion = "24.11";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue