nixfiles/hosts/artemis/default.nix
2024-08-30 13:15:37 +01:00

6 lines
113 B
Nix

{
modules = [./hardware-configuration.nix];
extraArgs = {};
specialArgs = {};
system = "x86_64-linux";
}