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

6 lines
75 B
Nix

{ self, ... }: {
imports = [
"${self}/hardware/rpi-3b-4b.nix"
];
}