nix-flake/modules/hardware/homelab.nix
satr14 021c7f7200
Some checks failed
Activate Homelab Configuration / rebuild (push) Has been cancelled
remove theme import
2026-04-15 13:13:54 +07:00

13 lines
213 B
Nix

{ ... }: {
imports = [
# ./misc/cpu-hotplug.nix
# ./misc/serial.nix
# ./misc/qemu-virtio.nix
# ^^ only used if vm
./core/firmware.nix
./core/igpu.nix
./misc/disks.nix
];
}