feat(netbird): add server module by tom hubrecht

This commit is contained in:
oddlama 2024-03-19 16:11:55 +01:00
parent f37c491f8e
commit d497263313
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
4 changed files with 708 additions and 3 deletions

View file

@ -21,11 +21,12 @@
passthru.enableSecretProvisioning = true;
doCheck = false;
});
kanidm-provision = prev.callPackage ./kanidm-provision.nix {};
segoe-ui-ttf = prev.callPackage ./segoe-ui-ttf.nix {};
zsh-histdb-skim = prev.callPackage ./zsh-skim-histdb.nix {};
awakened-poe-trade = prev.callPackage ./awakened-poe-trade.nix {};
html-to-svg = prev.callPackage ./html-to-svg {};
kanidm-provision = prev.callPackage ./kanidm-provision.nix {};
netbird-dashboard = prev.callPackage ./netbird-dashboard {};
segoe-ui-ttf = prev.callPackage ./segoe-ui-ttf.nix {};
zsh-histdb-skim = prev.callPackage ./zsh-skim-histdb.nix {};
neovim-clean = prev.neovim-unwrapped.overrideAttrs (old: {
nativeBuildInputs = (old.nativeBuildInputs or []) ++ [prev.makeWrapper];
postInstall =