nix-files/hosts/modules/default.nix

11 lines
94 B
Nix

{ ... }:
{
imports = [
./hardware
./hosts.nix
./roles
./wg-home.nix
];
}