nixos/common: Add netdata to system when enabled
This commit is contained in:
parent
f38c5872a4
commit
f01fa8f6b1
@ -99,9 +99,12 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; mkMerge [
|
||||||
bash-completion
|
[
|
||||||
vim
|
bash-completion
|
||||||
|
vim
|
||||||
|
]
|
||||||
|
(mkIf config.services.netdata.enable [ netdata ])
|
||||||
];
|
];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user