adds headscale/planescale support (for one user -> me)
This commit is contained in:
parent
96f4272724
commit
038865ba84
10 changed files with 267 additions and 3 deletions
|
@ -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=";
|
||||
# })
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue