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; [
|
||||
bash-completion
|
||||
vim
|
||||
environment.systemPackages = with pkgs; mkMerge [
|
||||
[
|
||||
bash-completion
|
||||
vim
|
||||
]
|
||||
(mkIf config.services.netdata.enable [ netdata ])
|
||||
];
|
||||
|
||||
programs = {
|
||||
|
Loading…
Reference in New Issue
Block a user