nix-files/hosts/modules/default.nix

13 lines
140 B
Nix

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