nix-config/hosts/default.nix

7 lines
78 B
Nix

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