about summary refs log tree commit diff
path: root/nixos/doc/manual/administration/system-state.chapter.md
blob: 89013933cda5b0e415f7f0cc78dff1b91c74f8c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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://wiki.nixos.org/wiki/Impermanence


```{=include=} sections
nixos-state.section.md
systemd-state.section.md
zfs-state.section.md
```