nix-config/hosts/default.nix
2024-09-20 23:18:44 +02:00

9 lines
93 B
Nix

{ hostname, type, ... }:
{
imports = [
./common
./${type}
./${hostname}
];
}