feat: scan to samba
This commit is contained in:
parent
2cbc6fa438
commit
dacc8ad9e0
|
@ -40,5 +40,6 @@
|
|||
helen = uidGid 2001;
|
||||
ggr = uidGid 2002;
|
||||
family = uidGid 2003;
|
||||
printer = uidGid 2005;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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.
|
@ -23,6 +23,11 @@
|
|||
remotePath = "family-data";
|
||||
automatic = true;
|
||||
}
|
||||
{
|
||||
inherit address credentials;
|
||||
remotePath = "printer";
|
||||
automatic = true;
|
||||
}
|
||||
{
|
||||
inherit address credentials;
|
||||
remotePath = "media";
|
||||
|
|
Loading…
Reference in a new issue