Update rpi4.nix

This commit is contained in:
Aaron Honeycutt 2023-05-12 22:03:01 +00:00
parent 41fb5258fa
commit e42c027cc0

View file

@ -39,9 +39,12 @@
home = "/home/aaronh";
extraGroups = [ "wheel" "networkmanager" "adm"];
isNormalUser = true;
shell = pkgs.fish;
hashedPassword = "$6$aAcbLtqiqzySifls$jdKMOQjoWITHD/dWNNZVUH/qNc6aoJ7v4zYofi0U7IJSVTbmOfChS3mzaJbp57AodjdPNKPrnrip8Nlh2Qanx.";
};
programs.fish.enable = true;
# Enable Pipewire
security.rtkit.enable = true;
services.pipewire = {
@ -73,5 +76,4 @@
system.stateVersion = "22.11";
system.autoUpgrade.enable = true;
}