configuration.nix/modules/default.nix

9 lines
104 B
Nix

_: {
imports = [
./facts.nix
./general.nix
./nix.nix
./pi.nix
./server.nix
];
}