services.actual.settings.serverFiles

NixOS option

The server will put an account.sqlite file in this directory, which will contain the (hashed) server password, a list of all the budget files the server knows about, and the active session token (along with anything else the server may want to store in the future).

type: string
Default
"\${cfg.settings.dataDir}/server-files"
declared in: nixos/modules/services/web-apps/actual.nixView source on NixOS/nixpkgs →