hosts/artemis: update README.md
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m20s

This commit is contained in:
2025-08-23 09:33:33 +01:00
parent ce0181af06
commit 6ea925eb7d

View File

@@ -2,7 +2,7 @@
## Overview ## Overview
Couch gaming PC and media centre Home theatre and gaming PC
## Specs ## Specs
@@ -25,16 +25,24 @@ WD Black SN850X | `/dev/nvme0n1p1` (EFI, 500 MiB, NixOS Boot) <br> `/dev/nvme0n1
rpool/ rpool/
├── local ├── local
│ ├── nix │ ├── nix
│ └── tmp
├── system
│ ├── root │ ├── root
│ └── var │ └── state
└── user └── safe
└── home └── persist
``` ```
See [Graham Christensen's article](https://grahamc.com/blog/nixos-on-zfs/#datasets) for the motivation behind these datasets. See [Graham Christensen's article](https://grahamc.com/blog/nixos-on-zfs/#datasets) for the motivation behind these datasets.
#### Impermanence
This machine uses [impermanence](https://github.com/nix-community/impermanence) and is rolled back to a clean state on each reboot.
Mountpoint | Persists across reboots? | Backed up?
--- | --- | ---
`/` | No | Yes
`/state` | Yes | No
`/persist` | Yes | Yes
### Networks ### Networks
- DHCP on `10.0.1.0/24` subnet. - DHCP on `10.0.1.0/24` subnet.