nix-config/hosts/traffic-stop-box/2.nix

6 lines
80 B
Nix

{ self, ... }: {
imports = [
"${self}/hardware/dell-wyse-3040.nix"
];
}