update syncthing

This commit is contained in:
2025-10-14 10:29:28 +08:00
parent e8590d998b
commit df1ae75e01
4 changed files with 4 additions and 5 deletions

View File

@@ -28,8 +28,8 @@ in
];
users.users = {
yadunut = lib.snowfall.mkUser {
shell = pkgs.nushell;
linger = true;
shell = pkgs.zsh;
extraGroups = [ "wheel" ];
hashedPassword = "$y$j9T$9ATrmrhedhb.mAZ4//PiN/$OStCOaJHt3kPA63imTG3zLMWCSLoWCUph5O6jl5mcZ.";
};