diff options
| author | Robert Günzler <r@gnzler.io> | 2026-02-10 12:32:48 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2026-02-10 12:41:25 +0100 |
| commit | 63feeb9f369fc6176e85c1c2d8fcc863caad1946 (patch) | |
| tree | 41cd5d2d1ec36e74e464caab722cc9b460153f04 /os/README.md | |
| parent | 5bd0a4aca65ecb9818ef1285982d160b6b6ff665 (diff) | |
start new
Signed-off-by: Robert Günzler <r@gnzler.io>
Diffstat (limited to 'os/README.md')
| -rw-r--r-- | os/README.md | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/os/README.md b/os/README.md deleted file mode 100644 index 80db948..0000000 --- a/os/README.md +++ /dev/null @@ -1,15 +0,0 @@ -# OS configuration - -use `os-conf` to save and `os-conf -r /` to restore configuration -the script reads a manifest file inside `$OS_DIR`, which defaults to `$HOME/os` - -## manifest syntax - -lines prefixed with `#` or `$` are ignored, the magic comment `#secret`, when -appended to a line, marks the entry as containing data that shouldn't be checked -into a public repository. Instead we use [sops](https://github.com/mozilla/sops) to encrypt and store it under -`$OS_DIR/tmp/os-secret-*`. These encrypted archives are transparently handled -by the restore code. - -Encryption requires the `SOPS_PGP_FP` environment variable (or whatever is required -by any of the other supported encryption schemes). |