nix-config/hosts/modules/trantor/default.nix
2025-06-06 10:36:26 -03:00

10 lines
118 B
Nix

{ ... }:
{
imports = [
./boot.nix
./disko.nix
./hardware-configuration.nix
./networking.nix
];
}