diff --git a/common/configuration.nix b/common/configuration.nix index 73aa2ed..a4cdd57 100644 --- a/common/configuration.nix +++ b/common/configuration.nix @@ -4,7 +4,7 @@ imports = [ # Include the results of the hardware scan. ./hardware-configuration.nix - ../modules.set-locale.nix + ../modules/set-locale.nix ]; # Use the GRUB 2 boot loader. boot.loader.grub.enable = true;