feat: scan to samba

This commit is contained in:
Patrick 2024-03-09 20:32:09 +01:00
parent 2cbc6fa438
commit dacc8ad9e0
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F
4 changed files with 13 additions and 0 deletions

View file

@ -40,5 +40,6 @@
helen = uidGid 2001;
ggr = uidGid 2002;
family = uidGid 2003;
printer = uidGid 2005;
};
}

View file

@ -168,6 +168,13 @@
hasBunker = true;
hasPaperless = true;
} {})
(mkShare {
name = "printer";
user = "printer";
group = "printer";
} {
"write list" = "@family";
})
(mkShare {
name = "family-data";
user = "family";

Binary file not shown.

View file

@ -23,6 +23,11 @@
remotePath = "family-data";
automatic = true;
}
{
inherit address credentials;
remotePath = "printer";
automatic = true;
}
{
inherit address credentials;
remotePath = "media";