feat: update uid and gid

This commit is contained in:
tux
2025-05-08 23:14:01 +05:30
parent d4cd75e9d2
commit 0cb28d1ef5

View File

@ -32,8 +32,8 @@
}; };
user = { user = {
uid = 10395; uid = 10225;
gid = 10395; gid = 10225;
shell = "${pkgs.zsh}/bin/zsh"; shell = "${pkgs.zsh}/bin/zsh";
}; };