Make hardware-configuration.nix host specific

This commit is contained in:
2025-08-25 13:02:36 -04:00
parent a004c8016e
commit 558e1e87c8
2 changed files with 12 additions and 12 deletions

View File

@ -7,7 +7,7 @@
{ {
imports = imports =
[ # Include the results of the hardware scan. [ # Include the results of the hardware scan.
./hardware-configuration.nix ./pewter-hardware-configuration.nix
]; ];