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

View File

@@ -13,7 +13,7 @@
description = "levi"; description = "levi";
extraGroups = [ "wheel"]; extraGroups = [ "wheel"];
hashedPassword = "$6$AqsDy7oxFOpjKZLM$kD0y3sc1b9xPTveqThhv2EyyhDh0WELrznYwCOQmZzVqEVWs6iG8PmLMstWSfpdloljciEW09u8vTRi1h0EBw1"; hashedPasswordFile = "/home/bug/users/levi.passwd";
}; };
} else {}); } else {});
} }