Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
dnclient # DNClient
];
} Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
dnclient # DNClient
];
} Package Definition
{
"pname": "dnclient",
"version": "0.9.4,e2600f2e",
"src": {
"url": "https://dl.defined.net/e2600f2e/v0.9.4/macos/DNClient-Desktop.dmg",
"sha256": "31d2a01ddbd0df0bbb3fc4cecc28f052c26f95623e6b40acfb0f22f90c264ae7"
},
"installPhase": [
"mkdir -p \"$out/Applications/DNClient Desktop.app\" && cp -r \"DNClient Desktop.app\" \"$out/Applications\""
],
"meta": {
"description": "Peer-to-peer VPN client for managed nebula networks",
"homepage": "https://www.defined.net/"
}
}