diff --git a/modules/syncthing.nix b/modules/syncthing.nix index 4fa1642..3109c7f 100644 --- a/modules/syncthing.nix +++ b/modules/syncthing.nix @@ -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"]; }; }; }; diff --git a/modules/users.nix b/modules/users.nix index dc1dd15..f03d0db 100644 --- a/modules/users.nix +++ b/modules/users.nix @@ -13,7 +13,7 @@ description = "levi"; extraGroups = [ "wheel"]; - hashedPassword = "$6$AqsDy7oxFOpjKZLM$kD0y3sc1b9xPTveqThhv2EyyhDh0WELrznYwCOQmZzVqEVWs6iG8PmLMstWSfpdloljciEW09u8vTRi1h0EBw1"; + hashedPasswordFile = "/home/bug/users/levi.passwd"; }; } else {}); } \ No newline at end of file