mirror of
https://github.com/callumio/nixfiles.git
synced 2025-12-17 03:29:20 +00:00
6 lines
113 B
Nix
6 lines
113 B
Nix
{
|
|
modules = [./hardware-configuration.nix];
|
|
extraArgs = {};
|
|
specialArgs = {};
|
|
system = "x86_64-linux";
|
|
}
|