fix: make paperless and vaultwarden temporary backup dirs persistent to avoid running out of tmpfs space on backups

This commit is contained in:
oddlama 2024-01-20 20:14:49 +01:00
parent 38a89b05a3
commit d77fcaa826
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
4 changed files with 21 additions and 3 deletions

View file

@ -146,9 +146,9 @@ in {
extraConfig = lib.concatLines [
# Show the server host name in the printer comment box in print manager
# and next to the IPC connection in net view.
"server string = my-nas"
"server string = SambaOelig"
# Set the NetBIOS name by which the Samba server is known.
"netbios name = my-nas"
"netbios name = SambaOelig"
# Disable netbios support. We don't need to support browsing since all
# clients hardcode the host and share names.
"disable netbios = yes"