remove vms from sync (unoptimized data transfert) and change downloads folder name

This commit is contained in:
2025-03-16 16:11:48 +01:00
parent ea9d7a21cb
commit 4cf6a3bbd8
3 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@
mods.sync.homeFolder = "/sgoinfre/goinfre/Perso/tomoron";
mods.sync.defaultSynced = false;
mods.sync.syncedAdditions = [ "42_desktop" "downloads" ];
mods.sync.syncedAdditions = [ "42_desktop" "Downloads" ];
mods.sync.customHostName = "pc42";
programs.bash.profileExtra =

View File

@ -40,5 +40,5 @@
blender
];
mods.sync.syncedAdditions = ["VirtualBox VMs"];
#mods.sync.syncedAdditions = ["VirtualBox VMs"];
}

View File

@ -1,7 +1,7 @@
{ lib, config, ... }:
let
defPathLst = ["desktop" "42_desktop" "downloads"];
defPathLst = ["desktop" "42_desktop" "Downloads"];
in
{
options.mods.sync = {