updated psp.sh and ps.sh

This commit is contained in:
2023-07-15 09:50:54 -07:00
parent a68b0cb94e
commit 80542bfea9
2 changed files with 8 additions and 12 deletions

View File

@ -52,6 +52,13 @@ cat <<EOT >> /mnt/etc/nixos/configuration.nix
'';
};
users.users = {
free = {
isNormalUser = true;
description = "free";
extraGroups = [ "networkmanager" ];
};
environment.systemPackages = with pkgs; [
wget
git