guest user for nixos
This commit is contained in:
parent
ab5a03f063
commit
133d7f9831
|
@ -64,6 +64,13 @@
|
|||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
users.users.guest = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ ];
|
||||
home = "/home/guest";
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
binutils
|
||||
coreutils
|
||||
|
|
Loading…
Reference in New Issue
Block a user