put configuration.nix in the nix folder where it belongs

This commit is contained in:
Haak Saxberg 2020-02-29 20:06:35 -08:00
parent aeab588314
commit 982f4260c8

View file

@ -7,7 +7,8 @@
{ {
imports = imports =
[ # Include the results of the hardware scan. [ # Include the results of the hardware scan.
./hardware-configuration.nix /etc/nixos/hardware-configuration.nix
/etc/nixos/glibc-locale-paths.nix
]; ];
# Use the systemd-boot EFI boot loader. # Use the systemd-boot EFI boot loader.