feat: scan to samba
This commit is contained in:
parent
2cbc6fa438
commit
dacc8ad9e0
|
@ -40,5 +40,6 @@
|
||||||
helen = uidGid 2001;
|
helen = uidGid 2001;
|
||||||
ggr = uidGid 2002;
|
ggr = uidGid 2002;
|
||||||
family = uidGid 2003;
|
family = uidGid 2003;
|
||||||
|
printer = uidGid 2005;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -168,6 +168,13 @@
|
||||||
hasBunker = true;
|
hasBunker = true;
|
||||||
hasPaperless = true;
|
hasPaperless = true;
|
||||||
} {})
|
} {})
|
||||||
|
(mkShare {
|
||||||
|
name = "printer";
|
||||||
|
user = "printer";
|
||||||
|
group = "printer";
|
||||||
|
} {
|
||||||
|
"write list" = "@family";
|
||||||
|
})
|
||||||
(mkShare {
|
(mkShare {
|
||||||
name = "family-data";
|
name = "family-data";
|
||||||
user = "family";
|
user = "family";
|
||||||
|
|
Binary file not shown.
|
@ -23,6 +23,11 @@
|
||||||
remotePath = "family-data";
|
remotePath = "family-data";
|
||||||
automatic = true;
|
automatic = true;
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
inherit address credentials;
|
||||||
|
remotePath = "printer";
|
||||||
|
automatic = true;
|
||||||
|
}
|
||||||
{
|
{
|
||||||
inherit address credentials;
|
inherit address credentials;
|
||||||
remotePath = "media";
|
remotePath = "media";
|
||||||
|
|
Loading…
Reference in a new issue