nix-config/hosts/default.nix
2024-07-06 21:42:24 +02:00

8 lines
98 B
Nix

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