11 lines
144 B
Nix
11 lines
144 B
Nix
{
|
|
imports = [
|
|
./boot.nix
|
|
./cpu.nix
|
|
./file-systems.nix
|
|
./networking.nix
|
|
./swap-devices.nix
|
|
];
|
|
}
|
|
|