1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

feat: add paperless samba share and per-user consume folder

This commit is contained in:
oddlama 2024-01-19 02:03:29 +01:00
parent 8446b8fa13
commit b466f8ab65
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
8 changed files with 245 additions and 97 deletions

View file

@ -65,6 +65,7 @@ in {
rules."${proxy}-to-local" = {
from = [proxy];
to = ["local"];
ignoreEmptyRule = true;
inherit
(cfg.${proxy})