diff options
| author | Gregor Kleen <gkleen@praseodym.org> | 2015-07-03 17:34:15 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@praseodym.org> | 2015-07-03 17:34:15 +0200 |
| commit | 94e94101031bb5121c99a99280f980fa6ceb49f0 (patch) | |
| tree | af2ac0f892ebaec3eafaae0624b076d14dfd38f8 | |
| parent | 50c75cba1aa2941e225e784287024cdc31100823 (diff) | |
| download | nixos-94e94101031bb5121c99a99280f980fa6ceb49f0.tar nixos-94e94101031bb5121c99a99280f980fa6ceb49f0.tar.gz nixos-94e94101031bb5121c99a99280f980fa6ceb49f0.tar.bz2 nixos-94e94101031bb5121c99a99280f980fa6ceb49f0.tar.xz nixos-94e94101031bb5121c99a99280f980fa6ceb49f0.zip | |
Fix to vali-hw.nix path in vali.nix
| -rw-r--r-- | vali.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -7,7 +7,7 @@ | |||
| 7 | { | 7 | { |
| 8 | imports = | 8 | imports = |
| 9 | [ # Include the results of the hardware scan. | 9 | [ # Include the results of the hardware scan. |
| 10 | ./hardware-configuration.nix | 10 | ./vali-hw.nix |
| 11 | ]; | 11 | ]; |
| 12 | 12 | ||
| 13 | # Use the GRUB 2 boot loader. | 13 | # Use the GRUB 2 boot loader. |
