config
NixOS config
Log
|
Files
|
Refs
|
README
|
LICENSE
default.nix (57B) -
Raw
1
{
2
imports = [
3
./client.nix
4
./server.nix
5
];
6
}