Compare commits
2 Commits
ab5a03f063
...
e8c73318a1
Author | SHA1 | Date | |
---|---|---|---|
e8c73318a1 | |||
133d7f9831 |
|
@ -64,6 +64,15 @@
|
|||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
users.users.guest = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ ];
|
||||
home = "/home/guest";
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
binutils
|
||||
coreutils
|
||||
|
|
Loading…
Reference in New Issue
Block a user