Files
nixos/hardware/default.nix
2026-03-15 17:04:38 +00:00

11 lines
162 B
Nix

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