fix path typo
Check NixOS configurations / eval-hosts (push) Failing after 14m21s

This commit is contained in:
2026-07-13 02:56:20 +10:00
parent 591731e3b8
commit fe3041c06c
+1 -1
View File
@@ -4,7 +4,7 @@
imports = imports =
[ # Include the results of the hardware scan. [ # Include the results of the hardware scan.
./hardware-configuration.nix ./hardware-configuration.nix
../modules.set-locale.nix ../modules/set-locale.nix
]; ];
# Use the GRUB 2 boot loader. # Use the GRUB 2 boot loader.
boot.loader.grub.enable = true; boot.loader.grub.enable = true;