nix-config/hosts/default.nix

7 lines
78 B
Nix
Raw Normal View History

{ pkgs, hostname, ... }:
2024-05-12 16:27:17 +02:00
{
imports = [
./common
./${hostname}
2024-05-12 16:27:17 +02:00
];
}