2024-12-29 15:42:43 -05:00

11 lines
144 B
Nix

{
imports = [
./boot.nix
./cpu.nix
./file-systems.nix
./networking.nix
./swap-devices.nix
];
}