feat: switch to samba for media share
This commit is contained in:
parent
a9e41abe2f
commit
dfe6dbecf3
7 changed files with 50 additions and 14 deletions
|
@ -28,12 +28,6 @@ in {
|
|||
path = "/home/felschr/sync/backups";
|
||||
devices = [ "rpi4" ];
|
||||
};
|
||||
"Media" = {
|
||||
id = "media";
|
||||
path = "/home/felschr/sync/media";
|
||||
devices = [ "rpi4" ];
|
||||
inherit versioning;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -31,13 +31,6 @@ in {
|
|||
devices = [ "felix-nixos" ];
|
||||
inherit versioning;
|
||||
};
|
||||
"Media" = {
|
||||
id = "media";
|
||||
path = "/media";
|
||||
# path = "/media/inbox";
|
||||
devices = [ "felix-nixos" ];
|
||||
# inherit versioning;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue