From 33226c8363b3005fb06d97c67dda3cbed150fd06 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Mon, 14 Aug 2023 17:28:02 +0200 Subject: [PATCH] fix typo --- systems/inugami/hardware-configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/inugami/hardware-configuration.nix b/systems/inugami/hardware-configuration.nix index efbf88a..006ec6b 100644 --- a/systems/inugami/hardware-configuration.nix +++ b/systems/inugami/hardware-configuration.nix @@ -11,7 +11,7 @@ kernelModules = [ ]; }; kernelModules = [ ]; - extraModulesPackages = [ ]; + extraModulePackages = [ ]; }; fileSystems."/" = {