feat: update uid and gid

This commit is contained in:
tux
2025-05-08 23:14:01 +05:30
parent 60893ab742
commit fb5e3c0140

View File

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