Update pinebook-pro.nix

This commit is contained in:
Aaron Honeycutt 2023-01-15 03:34:53 +00:00
parent fa96595c80
commit 30950c4c31

View file

@ -74,20 +74,19 @@
]; ];
# Define user accounts # Define user accounts
users.extraUsers.aaronh = { users.users.aaronh = {
description = "Aaron Honeycutt"; description = "Aaron Honeycutt";
home = "/home/aaronh"; home = "/home/aaronh";
extraGroups = [ "wheel" "networkmanager" "adm"]; extraGroups = [ "wheel" "networkmanager" "adm"];
isNormalUser = true; isNormalUser = true;
hashedPassword = "$6$aAcbLtqiqzySifls$jdKMOQjoWITHD/dWNNZVUH/qNc6aoJ7v4zYofi0U7IJSVTbmOfChS3mzaJbp57AodjdPNKPrnrip8Nlh2Qanx."; hashedPassword = "$6$aAcbLtqiqzySifls$jdKMOQjoWITHD/dWNNZVUH/qNc6aoJ7v4zYofi0U7IJSVTbmOfChS3mzaJbp57AodjdPNKPrnrip8Nlh2Qanx.";
packages = with pkgs; [ packages = with pkgs; [
fish fish
]; ];
shell = pkgs.fish; shell = pkgs.fish;
}; };
# Enable Pipewire # Enable Pipewire