feat: add user uid and guid

This commit is contained in:
tux
2025-02-23 02:32:38 +05:30
parent a2703919f3
commit c7cd280441

View File

@ -18,7 +18,11 @@
];
};
user.shell = "${pkgs.zsh}/bin/zsh";
user = {
uid = 10559;
gid = 10559;
shell = "${pkgs.zsh}/bin/zsh";
};
environment.packages = with pkgs; [
nano