update: vetra config

This commit is contained in:
Aaron Honeycutt 2024-02-13 00:30:57 +00:00
parent 9d3eb1026e
commit b37087138f

View file

@ -41,7 +41,6 @@
environment.systemPackages = environment.systemPackages =
with pkgs; with pkgs;
[ [
fish
git git
neofetch neofetch
restic restic
@ -54,12 +53,9 @@
home = "/home/aaronh"; home = "/home/aaronh";
extraGroups = [ "wheel" "networkmanager" "adm"]; extraGroups = [ "wheel" "networkmanager" "adm"];
isNormalUser = true; isNormalUser = true;
shell = pkgs.fish;
hashedPassword = "$6$aAcbLtqiqzySifls$jdKMOQjoWITHD/dWNNZVUH/qNc6aoJ7v4zYofi0U7IJSVTbmOfChS3mzaJbp57AodjdPNKPrnrip8Nlh2Qanx."; hashedPassword = "$6$aAcbLtqiqzySifls$jdKMOQjoWITHD/dWNNZVUH/qNc6aoJ7v4zYofi0U7IJSVTbmOfChS3mzaJbp57AodjdPNKPrnrip8Nlh2Qanx.";
}; };
programs.fish.enable = true;
# Enable Pipewire # Enable Pipewire
security.rtkit.enable = true; security.rtkit.enable = true;
services.pipewire = { services.pipewire = {
@ -81,9 +77,6 @@
# Enable CUPS # Enable CUPS
services.printing.enable = true; services.printing.enable = true;
# Enable GPU acceleration
hardware.raspberry-pi."4".fkms-3d.enable = true;
# Allow Unfree # Allow Unfree
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;