mirror of
https://github.com/buckley310/nixos-config.git
synced 2025-01-11 19:49:02 +00:00
6 lines
108 B
Nix
6 lines
108 B
Nix
{
|
|
pkgs = "nixpkgs";
|
|
system = "x86_64-linux";
|
|
hardware = "physical";
|
|
module = ./configuration.nix;
|
|
}
|