From e498921190d8528ba48b25d1985abe9d25f74c8e Mon Sep 17 00:00:00 2001 From: alejandro-angulo Date: Mon, 5 Aug 2024 19:06:26 -0700 Subject: [PATCH] Fixed pi4 check failures --- systems/aarch64-linux/pi4/default.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/systems/aarch64-linux/pi4/default.nix b/systems/aarch64-linux/pi4/default.nix index b9ab34a..9010bff 100644 --- a/systems/aarch64-linux/pi4/default.nix +++ b/systems/aarch64-linux/pi4/default.nix @@ -1,16 +1,14 @@ { config, pkgs, - lib, inputs, - nixpkgs, modulesPath, ... }: { - imports = with inputs; [ + imports = [ (modulesPath + "/installer/scan/not-detected.nix") (modulesPath + "/installer/sd-card/sd-image-aarch64.nix") - nixos-hardware.nixosModules.raspberry-pi-4 + inputs.nixos-hardware.nixosModules.raspberry-pi-4 ]; # Workaround for issue 109280 @@ -28,8 +26,6 @@ nix.enable = true; nix.useSelfhostedCache = true; - apps.tmux.enable = true; - services.tailscale = { enable = true; configureClientRouting = true; @@ -50,7 +46,6 @@ }; suites.utils.enable = true; - tools.zsh.enable = true; }; environment.systemPackages = with pkgs; [