mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-25 21:30:52 +01: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" = {
|
||||
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";
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue