New mealie, paperless-ngx dirs
This commit is contained in:
+12
@@ -132,6 +132,18 @@ rollback if activation fails.
|
||||
|
||||
Some services require manual one-time configuration after the first deploy.
|
||||
|
||||
** Nix build directory
|
||||
|
||||
The nix daemon is configured to use =/mnt/data/nix-build= for sandbox
|
||||
builds instead of the default =/tmp= (which is a small RAM-backed tmpfs).
|
||||
This directory must be created manually once — =systemd-tmpfiles= will
|
||||
maintain it on subsequent boots but cannot create it on the very first deploy
|
||||
because the nix build itself needs the directory to already exist.
|
||||
|
||||
#+begin_src bash
|
||||
sudo mkdir -p /mnt/data/nix-build
|
||||
#+end_src
|
||||
|
||||
** Ntfy — push notifications
|
||||
|
||||
Ntfy's admin user is created automatically from sops on first start.
|
||||
|
||||
Reference in New Issue
Block a user