NethLink icon

NethLink 1.3.1

Link NethServer systems and provide remote access tools

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    nethlink # NethLink
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    nethlink # NethLink
  ];
}

Package Definition

{
  "pname": "nethlink",
  "version": "1.3.1",
  "src": {
    "url": "https://github.com/NethServer/nethlink/releases/download/v1.3.1/nethlink-1.3.1-arm64.dmg",
    "sha256": "88f177f1a9ddc1cf6db8aab2c6e65c74b816e478e9bc44ca98c73c1429912cbc"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/NethLink.app\" && cp -r \"NethLink.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Link NethServer systems and provide remote access tools",
    "homepage": "https://github.com/NethServer/nethlink"
  }
}