push
This commit is contained in:
8
main.nix
8
main.nix
@@ -287,6 +287,8 @@ in
|
|||||||
extraFlags = [ "--no-default-folder" ];
|
extraFlags = [ "--no-default-folder" ];
|
||||||
|
|
||||||
openDefaultPorts = true;
|
openDefaultPorts = true;
|
||||||
|
|
||||||
|
overrideFolders = true;
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
devices = if desktop then {
|
devices = if desktop then {
|
||||||
@@ -297,17 +299,17 @@ in
|
|||||||
|
|
||||||
folders = {
|
folders = {
|
||||||
"nix" = {
|
"nix" = {
|
||||||
path = "~/nix";
|
path = "/home/bug/nix";
|
||||||
devices = if desktop then [ "laptop" ] else [ "desktop" ];
|
devices = if desktop then [ "laptop" ] else [ "desktop" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
"Documents" = {
|
"Documents" = {
|
||||||
path = "~/Documents";
|
path = "/home/bug/Documents";
|
||||||
devices = if desktop then [ "laptop" ] else [ "desktop" ];
|
devices = if desktop then [ "laptop" ] else [ "desktop" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
"Downloads" = {
|
"Downloads" = {
|
||||||
path = "~/Downloads";
|
path = "/home/bug/Downloads";
|
||||||
devices = if desktop then [ "laptop" ] else [ "desktop" ];
|
devices = if desktop then [ "laptop" ] else [ "desktop" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user