nix-files/hosts/modules/default.nix

10 lines
82 B
Nix

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