Files
nix-files/hosts/modules/default.nix
2024-09-28 14:25:40 +00:00

13 lines
123 B
Nix

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