Files
nixos/hardware/default.nix
2026-03-12 23:38:13 +00:00

10 lines
141 B
Nix

{ hostname, ... }:
{
imports = [
./disko.nix
./filesystem.nix
./${hostname}-hardware-configuration.nix
];
}