syncthing & file perms
This commit is contained in:
parent
cfc5aff19d
commit
fd6bf32f93
0
maddie/common/lf/scope
Executable file → Normal file
0
maddie/common/lf/scope
Executable file → Normal file
0
maddie/common/mommy/shell-mommy.sh
Executable file → Normal file
0
maddie/common/mommy/shell-mommy.sh
Executable file → Normal file
0
maddie/common/yt-dlp/ytdlp-music.sh
Executable file → Normal file
0
maddie/common/yt-dlp/ytdlp-music.sh
Executable file → Normal file
0
maddie/nixos/audio/volume.sh
Executable file → Normal file
0
maddie/nixos/audio/volume.sh
Executable file → Normal file
0
maddie/nixos/bosskey/bosskey.sh
Executable file → Normal file
0
maddie/nixos/bosskey/bosskey.sh
Executable file → Normal file
0
maddie/nixos/dmenu/dmenu-bluetooth
Executable file → Normal file
0
maddie/nixos/dmenu/dmenu-bluetooth
Executable file → Normal file
0
maddie/nixos/dmenu/dmenu-kdeconnect
Executable file → Normal file
0
maddie/nixos/dmenu/dmenu-kdeconnect
Executable file → Normal file
0
maddie/nixos/dmenu/dmenu-mount
Executable file → Normal file
0
maddie/nixos/dmenu/dmenu-mount
Executable file → Normal file
0
maddie/nixos/dmenu/dmenu-mpc
Executable file → Normal file
0
maddie/nixos/dmenu/dmenu-mpc
Executable file → Normal file
0
maddie/nixos/dmenu/dmenu-pass
Executable file → Normal file
0
maddie/nixos/dmenu/dmenu-pass
Executable file → Normal file
0
maddie/nixos/dmenu/dmenu-power
Executable file → Normal file
0
maddie/nixos/dmenu/dmenu-power
Executable file → Normal file
0
maddie/nixos/dmenu/dmenu-unicode
Executable file → Normal file
0
maddie/nixos/dmenu/dmenu-unicode
Executable file → Normal file
0
maddie/nixos/nsxiv/exec/key-handler
Executable file → Normal file
0
maddie/nixos/nsxiv/exec/key-handler
Executable file → Normal file
0
maddie/nixos/statusbar/sb-clock
Executable file → Normal file
0
maddie/nixos/statusbar/sb-clock
Executable file → Normal file
0
maddie/nixos/statusbar/sb-cpu
Executable file → Normal file
0
maddie/nixos/statusbar/sb-cpu
Executable file → Normal file
0
maddie/nixos/statusbar/sb-disk
Executable file → Normal file
0
maddie/nixos/statusbar/sb-disk
Executable file → Normal file
0
maddie/nixos/statusbar/sb-forecast
Executable file → Normal file
0
maddie/nixos/statusbar/sb-forecast
Executable file → Normal file
0
maddie/nixos/statusbar/sb-iplocate
Executable file → Normal file
0
maddie/nixos/statusbar/sb-iplocate
Executable file → Normal file
0
maddie/nixos/statusbar/sb-kernel
Executable file → Normal file
0
maddie/nixos/statusbar/sb-kernel
Executable file → Normal file
0
maddie/nixos/statusbar/sb-memory
Executable file → Normal file
0
maddie/nixos/statusbar/sb-memory
Executable file → Normal file
0
maddie/nixos/statusbar/sb-temp
Executable file → Normal file
0
maddie/nixos/statusbar/sb-temp
Executable file → Normal file
0
maddie/nixos/statusbar/sb-uptime
Executable file → Normal file
0
maddie/nixos/statusbar/sb-uptime
Executable file → Normal file
0
maddie/nixos/statusbar/sb-volume
Executable file → Normal file
0
maddie/nixos/statusbar/sb-volume
Executable file → Normal file
0
maddie/nixos/steam/steam-killer.sh
Executable file → Normal file
0
maddie/nixos/steam/steam-killer.sh
Executable file → Normal file
0
maddie/nixos/tabbed/tabbed-st
Executable file → Normal file
0
maddie/nixos/tabbed/tabbed-st
Executable file → Normal file
@ -18,24 +18,24 @@
|
|||||||
folders = {
|
folders = {
|
||||||
"Documents" = {
|
"Documents" = {
|
||||||
path = "/home/${username}/Documents";
|
path = "/home/${username}/Documents";
|
||||||
devices = [ "M.Phone.Pixel" ];
|
devices = [ "M.Phone.Pixel" "M.MacBookPro" ];
|
||||||
};
|
};
|
||||||
"Pictures" = {
|
"Pictures" = {
|
||||||
path = "/home/${username}/Pictures";
|
path = "/home/${username}/Pictures";
|
||||||
devices = [ "M.Phone.Pixel" ];
|
devices = [ "M.Phone.Pixel" "M.MacBookPro" ];
|
||||||
};
|
};
|
||||||
"Videos" = {
|
"Videos" = {
|
||||||
path = "/home/${username}/Videos";
|
path = "/home/${username}/Videos";
|
||||||
devices = [ "M.Phone.Pixel" ];
|
devices = [ "M.Phone.Pixel" "M.MacBookPro" ];
|
||||||
};
|
};
|
||||||
"Music" = {
|
"Music" = {
|
||||||
path = "/home/${username}/Music";
|
path = "/home/${username}/Music";
|
||||||
devices = [ "M.Phone.Pixel" ];
|
devices = [ "M.Phone.Pixel" "M.MacBookPro" ];
|
||||||
};
|
};
|
||||||
"Android Camera" = {
|
"Android Camera" = {
|
||||||
id = "pixel_7_pro_2qyx-photos";
|
id = "pixel_7_pro_2qyx-photos";
|
||||||
path = "/home/${username}/Pictures/DCIM";
|
path = "/home/${username}/Pictures/DCIM";
|
||||||
devices = [ "M.Phone.Pixel" ];
|
devices = [ "M.Phone.Pixel" "M.MacBookPro" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user