Compare commits

..

No commits in common. "e8c73318a17a8c73b7d689d362f6b124d49cabab" and "ab5a03f063a7a0839e236bb45d17c0a40eb407bb" have entirely different histories.

View File

@ -64,15 +64,6 @@
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