put configuration.nix in the nix folder where it belongs
This commit is contained in:
parent
aeab588314
commit
982f4260c8
1 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||||
Loading…
Add table
Add a link
Reference in a new issue