Following steps can be used to start the cgserver on NixOS:
-
clone the "cgserver" branch of my nixpkgs repository, e.g.:
git clone -b cgserver https://github.com/4z3/nixpkgs /tmp/cgserver-nixpkgs -
enable the cgserver in the
/etc/nixos/configuration.nixby adding:services.cgserver.enable = true;