remove samba shares

This commit is contained in:
♥ Minnie ♥ 2024-09-30 21:00:01 +08:00
parent a98bb5989d
commit 0423359e16
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
8 changed files with 0 additions and 122 deletions

View file

@ -19,15 +19,5 @@
compression = "auto,zstd";
startAt = "daily";
};
shares = {
paths = [
"/srv/shares"
];
encryption.mode = "none";
repo = "/srv/backup/shares";
compression = "auto,zstd";
startAt = "daily";
};
};
}