sourcehut: move {hut => code}.sourcephile.fr
[sourcephile-nix.git] / hosts / losurdo / netdata.nix
1 { pkgs, lib, config, ... }:
2 {
3 services.netdata = {
4 enable = true;
5 };
6 }