mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-05 20:56:33 +05:30
feat: add user uid and guid
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user