mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 04:02:10 +00:00
735481ef6b
Suggested in the discussion of #268995.
18 lines
568 B
Markdown
18 lines
568 B
Markdown
# Necessary system state {#ch-system-state}
|
|
|
|
Normally — on systems with a persistent `rootfs` — system services can persist state to
|
|
the filesystem without administrator intervention.
|
|
|
|
However, it is possible and not-uncommon to create [impermanent systems], whose
|
|
`rootfs` is either a `tmpfs` or reset during boot. While NixOS itself supports
|
|
this kind of configuration, special care needs to be taken.
|
|
|
|
[impermanent systems]: https://nixos.wiki/wiki/Impermanence
|
|
|
|
|
|
```{=include=} sections
|
|
nixos-state.section.md
|
|
systemd-state.section.md
|
|
zfs-state.section.md
|
|
```
|