nix-config/hosts/modules/trantor/default.nix
2025-06-02 20:32:06 -03:00

10 lines
118 B
Nix

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