From b37087138fe5a71eb5a91755981709e7385e7069 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 13 Feb 2024 00:30:57 +0000 Subject: [PATCH] update: vetra config --- hosts/aarch64/vetra/configuration.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/hosts/aarch64/vetra/configuration.nix b/hosts/aarch64/vetra/configuration.nix index 1874a63..fc8f66b 100644 --- a/hosts/aarch64/vetra/configuration.nix +++ b/hosts/aarch64/vetra/configuration.nix @@ -41,7 +41,6 @@ environment.systemPackages = with pkgs; [ - fish git neofetch restic @@ -54,12 +53,9 @@ 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 = { @@ -80,10 +76,7 @@ # Enable CUPS services.printing.enable = true; - - # Enable GPU acceleration - hardware.raspberry-pi."4".fkms-3d.enable = true; - + # Allow Unfree nixpkgs.config.allowUnfree = true;