remove vms from sync (unoptimized data transfert) and change downloads folder name
This commit is contained in:
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
mods.sync.homeFolder = "/sgoinfre/goinfre/Perso/tomoron";
|
mods.sync.homeFolder = "/sgoinfre/goinfre/Perso/tomoron";
|
||||||
mods.sync.defaultSynced = false;
|
mods.sync.defaultSynced = false;
|
||||||
mods.sync.syncedAdditions = [ "42_desktop" "downloads" ];
|
mods.sync.syncedAdditions = [ "42_desktop" "Downloads" ];
|
||||||
mods.sync.customHostName = "pc42";
|
mods.sync.customHostName = "pc42";
|
||||||
|
|
||||||
programs.bash.profileExtra =
|
programs.bash.profileExtra =
|
||||||
|
@ -40,5 +40,5 @@
|
|||||||
blender
|
blender
|
||||||
];
|
];
|
||||||
|
|
||||||
mods.sync.syncedAdditions = ["VirtualBox VMs"];
|
#mods.sync.syncedAdditions = ["VirtualBox VMs"];
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{ lib, config, ... }:
|
{ lib, config, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
defPathLst = ["desktop" "42_desktop" "downloads"];
|
defPathLst = ["desktop" "42_desktop" "Downloads"];
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.mods.sync = {
|
options.mods.sync = {
|
||||||
|
Reference in New Issue
Block a user