This commit is contained in:
4DBug
2026-02-04 18:15:05 -06:00
parent 29581518a1
commit 62ac00a7ac
2 changed files with 6 additions and 11 deletions

View File

@@ -20,22 +20,22 @@
folders = {
"Documents" = {
path = "/home/bug/Documents";
devices = ["desktop" "laptop"];
devices = ["desktop" "laptop" "server"];
};
"Downloads" = {
path = "/home/bug/Downloads";
devices = ["desktop" "laptop"];
devices = ["desktop" "laptop" "server"];
};
"Pictures" = {
path = "/home/bug/Pictures";
devices = ["desktop" "laptop"];
devices = ["desktop" "laptop" "server"];
};
"Videos" = {
path = "/home/bug/Videos";
devices = ["desktop" "laptop"];
devices = ["desktop" "laptop" "server"];
};
"nix" = {
@@ -48,11 +48,6 @@
];
};
"home-manager" = {
path = "/home/bug/.config/home-manager";
devices = ["desktop" "laptop"];
};
"hytale" = {
path = "/home/bug/.local/share/Hytale/UserData/Saves";
devices = ["desktop" "laptop"];
@@ -60,7 +55,7 @@
"ssh" = {
path = "/home/bug/.ssh";
devices = ["desktop" "laptop"];
devices = ["desktop" "laptop" "server"];
};
};
};