nix: Use naming convention for hardware-configuration

Although I could just integrate this directly in configuration.nix since
everything is a module, having a separate hardware-configuration.nix
makes it easier to integrate with other devices that may output
different configurations.
This commit is contained in:
Donovan Glover 2023-06-05 12:35:45 -04:00
parent 5fb6b65d24
commit dc84c859e5
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
{
imports = [
./laptop
./mullvad
./networking
./virtualization
];
}