nix-files/hosts/modules/default.nix
Colin 9582ea2e0a refactor: hosts/modules/hardware -> hosts/common/hardware
the config here didn't have any options; doesn't really make sense as a module
2023-09-07 10:29:25 +00:00

16 lines
185 B
Nix

{ ... }:
{
imports = [
./derived-secrets
./gui
./hostnames.nix
./hosts.nix
./nixcache.nix
./roles
./services
./wg-home.nix
./yggdrasil.nix
];
}