personal nixos repo
Go to file
xenia 9eb1101144 ghidra-server: restructure 2024-04-09 16:51:29 -04:00
modules/ghidra-server ghidra-server: restructure 2024-04-09 16:51:29 -04:00
LICENSE.txt add readme and license 2024-04-07 18:28:42 -04:00
README.md add readme and license 2024-04-07 18:28:42 -04:00
default.nix add ghidra server module 2024-04-07 18:14:00 -04:00

README.md

dragnpkgs

this is my personal nixos modules and packages repository. while it was designed for my own use, it's also intended to be flexible and reusable enough for general purpose usage. i might consider upstreaming into nixpkgs if there is sufficient interest

usage

dragnpkgs provides a set of nixos modules and a nixpkgs overlay containing custom packages (automatically applied). to use, import the top-level module into your system configuration, eg

{config, lib, pkgs, ...}:
{
  imports = [
    path/to/dragnpkgs
  ];
}

overview

  • ghidra server: the shared project server for ghidra
    example usage:
    services.ghidra-server = {
      enable = true;
      host = "your.domain.or.ip";
    };
    
  • more coming soon(tm)

licensing

this repository is NOT licensed under a "standard" FOSS license. instead, it uses CC-BY-NC-SA 4.0. this means, in particular that commercial use is forbidden. if you are, for whatever reason, interested in using this code commercially, please contact me