cmd: add option to get and set policy directly from database (#2765)

This commit is contained in:
Kristoffer Dalby
2025-09-12 16:55:15 +02:00
committed by GitHub
parent 2938d03878
commit 2b30a15a68
10 changed files with 365 additions and 126 deletions

View File

@@ -19,7 +19,7 @@
overlay = _: prev: let
pkgs = nixpkgs.legacyPackages.${prev.system};
buildGo = pkgs.buildGo124Module;
vendorHash = "sha256-83L2NMyOwKCHWqcowStJ7Ze/U9CJYhzleDRLrJNhX2g=";
vendorHash = "sha256-hIY6asY3rOIqf/5P6lFmnNCDWcqNPJaj+tqJuOvGJlo=";
in {
headscale = buildGo {
pname = "headscale";