push
This commit is contained in:
8
main.nix
8
main.nix
@@ -288,6 +288,8 @@ in
|
||||
|
||||
openDefaultPorts = true;
|
||||
|
||||
overrideFolders = true;
|
||||
|
||||
settings = {
|
||||
devices = if desktop then {
|
||||
"laptop" = { id = "C33XSW3-CUN7QOD-PK2SM37-MJCXNGA-K3UGTDR-TW53FZ7-BE7EWDC-QWVUXQ5"; };
|
||||
@@ -297,17 +299,17 @@ in
|
||||
|
||||
folders = {
|
||||
"nix" = {
|
||||
path = "~/nix";
|
||||
path = "/home/bug/nix";
|
||||
devices = if desktop then [ "laptop" ] else [ "desktop" ];
|
||||
};
|
||||
|
||||
"Documents" = {
|
||||
path = "~/Documents";
|
||||
path = "/home/bug/Documents";
|
||||
devices = if desktop then [ "laptop" ] else [ "desktop" ];
|
||||
};
|
||||
|
||||
"Downloads" = {
|
||||
path = "~/Downloads";
|
||||
path = "/home/bug/Downloads";
|
||||
devices = if desktop then [ "laptop" ] else [ "desktop" ];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user