rename syncthing folders to match Gnome defaults
This commit is contained in:
parent
7568f2e4b8
commit
27afd14e9f
1 changed files with 12 additions and 16 deletions
|
@ -1,9 +1,5 @@
|
||||||
{
|
{ config, pkgs, inputs, ... }:
|
||||||
config,
|
let
|
||||||
pkgs,
|
|
||||||
inputs,
|
|
||||||
...
|
|
||||||
}: let
|
|
||||||
workstations = [ "skinnyv" "foureighty" "thinky" ];
|
workstations = [ "skinnyv" "foureighty" "thinky" ];
|
||||||
workstations_plus_phone = [ "OnePlus9" ] ++ workstations;
|
workstations_plus_phone = [ "OnePlus9" ] ++ workstations;
|
||||||
in {
|
in {
|
||||||
|
@ -38,7 +34,7 @@ in {
|
||||||
label = "vaults";
|
label = "vaults";
|
||||||
devices = workstations_plus_phone ++ [ "hagath" ];
|
devices = workstations_plus_phone ++ [ "hagath" ];
|
||||||
};
|
};
|
||||||
"/home/cyryl/documents" = {
|
"/home/cyryl/Documents" = {
|
||||||
id = "documents";
|
id = "documents";
|
||||||
label = "documents";
|
label = "documents";
|
||||||
devices = workstations_plus_phone ++ [ "hagath" ];
|
devices = workstations_plus_phone ++ [ "hagath" ];
|
||||||
|
@ -58,12 +54,12 @@ in {
|
||||||
label = "rpg";
|
label = "rpg";
|
||||||
devices = workstations;
|
devices = workstations;
|
||||||
};
|
};
|
||||||
"/home/cyryl/music" = {
|
"/home/cyryl/Music" = {
|
||||||
id = "music";
|
id = "music";
|
||||||
label = "music";
|
label = "music";
|
||||||
devices = workstations;
|
devices = workstations;
|
||||||
};
|
};
|
||||||
"/home/cyryl/photos" = {
|
"/home/cyryl/Photos" = {
|
||||||
id = "photos";
|
id = "photos";
|
||||||
label = "photos";
|
label = "photos";
|
||||||
devices = workstations ++ [ "hagath" ];
|
devices = workstations ++ [ "hagath" ];
|
||||||
|
@ -73,7 +69,7 @@ in {
|
||||||
label = "gopro";
|
label = "gopro";
|
||||||
devices = workstations;
|
devices = workstations;
|
||||||
};
|
};
|
||||||
"/home/cyryl/videos" = {
|
"/home/cyryl/Videos" = {
|
||||||
id = "videos";
|
id = "videos";
|
||||||
label = "videos";
|
label = "videos";
|
||||||
devices = workstations ++ [ "hagath" ];
|
devices = workstations ++ [ "hagath" ];
|
||||||
|
|
Loading…
Reference in a new issue