Files
nixos/hardware/default.nix

10 lines
141 B
Nix
Raw Normal View History

2026-03-12 23:38:13 +00:00
{ hostname, ... }:
2026-03-09 20:27:18 +00:00
{
imports = [
./disko.nix
2026-03-12 23:38:13 +00:00
./filesystem.nix
./${hostname}-hardware-configuration.nix
2026-03-09 20:27:18 +00:00
];
}