12 lines
133 B
Nix
12 lines
133 B
Nix
{
|
|
imports = [
|
|
./boot
|
|
./hardware
|
|
./misc
|
|
./networking
|
|
./security
|
|
./services
|
|
|
|
./remote-modules.nix
|
|
];
|
|
}
|