From 62ac00a7ac3e6538a6dbc387fc624c6515ba8a9d Mon Sep 17 00:00:00 2001 From: 4DBug <4DBug@github.com> Date: Wed, 4 Feb 2026 18:15:05 -0600 Subject: [PATCH] push --- modules/syncthing.nix | 15 +++++---------- modules/users.nix | 2 +- 2 files changed, 6 insertions(+), 11 deletions(-) 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