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

@@ -94,7 +94,7 @@ in
};
users.users.cs3223 = lib.snowfall.mkUser {
shell = pkgs.nushell;
shell = pkgs.zsh;
isNormalUser = true;
extraGroups = [ "wheel" ];
};