From a3d085483d787272f07b737afb898f24be86acd9 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Tue, 3 Dec 2024 01:05:20 +0100 Subject: [PATCH] typo rasberrt > raspberry fixed --- nixos/hosts/wheatley/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/wheatley/configuration.nix b/nixos/hosts/wheatley/configuration.nix index 561b2c6..64009a5 100644 --- a/nixos/hosts/wheatley/configuration.nix +++ b/nixos/hosts/wheatley/configuration.nix @@ -17,7 +17,7 @@ # Import shared configurations ../../shared # ../../../disko/wheatley - inputs.nixos-hardware.nixosModules.raspberrt-pi-4 + inputs.nixos-hardware.nixosModules.raspberry-pi-4 ]; boot.loader.generic-extlinux-compatible.enable = true;