mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
fix[work]: load home on boot
This commit is contained in:
parent
4b439fd3e7
commit
dfea676a01
2 changed files with 10 additions and 4 deletions
|
|
@ -1946,8 +1946,11 @@ My work machine. Built for more security, this is the gold standard of my config
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/persist".neededForBoot = true;
|
fileSystems = {
|
||||||
fileSystems."/var/log".neededForBoot = true;
|
"/persist".neededForBoot = true;
|
||||||
|
"/home".neededForBoot = true;
|
||||||
|
"/var/log".neededForBoot = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
|
||||||
|
|
@ -72,6 +72,9 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/persist".neededForBoot = true;
|
fileSystems = {
|
||||||
fileSystems."/var/log".neededForBoot = true;
|
"/persist".neededForBoot = true;
|
||||||
|
"/home".neededForBoot = true;
|
||||||
|
"/var/log".neededForBoot = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue