Starting to break out for different XPS systems
This commit is contained in:
10
hosts/abra/configuration.nix
Normal file
10
hosts/abra/configuration.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
# Include system-level configurations
|
||||
../../system
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user