feat: remove netdata package pin
This commit is contained in:
parent
124ec3ab73
commit
179a628a4d
1 changed files with 0 additions and 10 deletions
|
@ -36,16 +36,6 @@ in
|
||||||
{
|
{
|
||||||
services.netdata = {
|
services.netdata = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.netdata.overrideAttrs (old: {
|
|
||||||
version = "1.35.0-nightly";
|
|
||||||
src = pkgs.fetchFromGitHub {
|
|
||||||
owner = "netdata";
|
|
||||||
repo = "netdata";
|
|
||||||
rev = "955d1a7c61f4eab802648d563f84d978ebeb8fc4";
|
|
||||||
sha256 = "sha256-gN44Df+k384NummsHls2JY1CinBaFK3cpdmmdZMbA44=";
|
|
||||||
fetchSubmodules = true;
|
|
||||||
};
|
|
||||||
});
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Allow WireGuard VPN
|
# Allow WireGuard VPN
|
||||||
|
|
Loading…
Reference in a new issue