Create samba shares

This commit is contained in:
♥ Minnie ♥ 2024-06-03 21:10:23 +08:00
parent 29e0251a95
commit 958f1e7042
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
7 changed files with 94 additions and 0 deletions

View file

@ -8,6 +8,12 @@
];
encryption.mode = "none";
repo = "/srv/backup/borg/containers";
shares = {
paths = [
"/srv/shares"
];
encryption.mode = "none";
repo = "/srv/backup/shares";
compression = "auto,zstd";
startAt = "daily";
};