adds headscale/planescale support (for one user -> me)

This commit is contained in:
eyjhb 2025-06-05 17:45:41 +02:00
parent 96f4272724
commit 038865ba84
Signed by: eyjhb
GPG key ID: 609F508E3239F920
10 changed files with 267 additions and 3 deletions

View file

@ -18,6 +18,17 @@ in sources // {
url = "https://github.com/NixOS/nixpkgs/pull/412054.patch";
sha256 = "sha256-OExslGsrGGPWSJJFPkZgYV8DaPKq9YDlmozPf/bV6dE=";
})
# headscale: 0.25.1 -> 0.26.0, update nixos module and test accordingly #407644
(pkgs.fetchpatch {
url = "https://github.com/NixOS/nixpkgs/pull/407644.patch";
sha256 = "sha256-0fAB9DJ8KeocS/ZP4CPEt9VHkAu6gt025rSu3Skssqo=";
})
# # Revert "nixos/murmur: Get rid of global lib expansion" #413495
# (pkgs.fetchpatch {
# url = "https://github.com/NixOS/nixpkgs/pull/413495.patch";
# sha256 = "sha256-0QI2qn0vkFruk0sq15xLriz6iqvs2e9DjApVblsSULE=";
# })
];
};