rename syncthing folders to match Gnome defaults

This commit is contained in:
Cyryl Płotnicki 2023-02-25 15:48:27 +00:00
parent 7568f2e4b8
commit 27afd14e9f

View file

@ -1,9 +1,5 @@
{
config,
pkgs,
inputs,
...
}: let
{ config, pkgs, inputs, ... }:
let
workstations = [ "skinnyv" "foureighty" "thinky" ];
workstations_plus_phone = [ "OnePlus9" ] ++ workstations;
in {
@ -38,7 +34,7 @@ in {
label = "vaults";
devices = workstations_plus_phone ++ [ "hagath" ];
};
"/home/cyryl/documents" = {
"/home/cyryl/Documents" = {
id = "documents";
label = "documents";
devices = workstations_plus_phone ++ [ "hagath" ];
@ -58,12 +54,12 @@ in {
label = "rpg";
devices = workstations;
};
"/home/cyryl/music" = {
"/home/cyryl/Music" = {
id = "music";
label = "music";
devices = workstations;
};
"/home/cyryl/photos" = {
"/home/cyryl/Photos" = {
id = "photos";
label = "photos";
devices = workstations ++ [ "hagath" ];
@ -73,7 +69,7 @@ in {
label = "gopro";
devices = workstations;
};
"/home/cyryl/videos" = {
"/home/cyryl/Videos" = {
id = "videos";
label = "videos";
devices = workstations ++ [ "hagath" ];