pinchflat: update docs
This commit is contained in:
parent
c6ad91fb35
commit
c0ab22eebd
1 changed files with 3 additions and 1 deletions
|
|
@ -32,7 +32,6 @@ shb.pinchflat = {
|
|||
|
||||
ldap = {
|
||||
enable = true;
|
||||
userGroup = "pinchflat_user";
|
||||
};
|
||||
sso = {
|
||||
enable = true;
|
||||
|
|
@ -44,6 +43,9 @@ shb.sops.secret."pinchflat/secretKeyBase".request = config.shb.pinchflat.secretK
|
|||
|
||||
Secrets can be randomly generated with `nix run nixpkgs#openssl -- rand -hex 64`.
|
||||
|
||||
The [user](#services-pinchflat-options-shb.pinchflat.ldap.userGroup)
|
||||
LDAP group is created automatically.
|
||||
|
||||
## Backup {#services-pinchflat-usage-backup}
|
||||
|
||||
Backing up Pinchflat using the [Restic block](blocks-restic.html) is done like so:
|
||||
|
|
|
|||
Loading…
Reference in a new issue