feat: switch to samba for media share

This commit is contained in:
Felix Schröter 2022-02-04 23:23:34 +01:00
parent a9e41abe2f
commit dfe6dbecf3
Signed by: felschr
GPG key ID: 671E39E6744C807D
7 changed files with 50 additions and 14 deletions

View file

@ -28,12 +28,6 @@ in {
path = "/home/felschr/sync/backups";
devices = [ "rpi4" ];
};
"Media" = {
id = "media";
path = "/home/felschr/sync/media";
devices = [ "rpi4" ];
inherit versioning;
};
};
};
}

View file

@ -31,13 +31,6 @@ in {
devices = [ "felix-nixos" ];
inherit versioning;
};
"Media" = {
id = "media";
path = "/media";
# path = "/media/inbox";
devices = [ "felix-nixos" ];
# inherit versioning;
};
};
};
}