diff --git a/hosts/aristotle/configuration.nix b/hosts/aristotle/configuration.nix index 584510f..bf385b3 100644 --- a/hosts/aristotle/configuration.nix +++ b/hosts/aristotle/configuration.nix @@ -44,6 +44,9 @@ environment.systemPackages = with pkgs; [ libraspberrypi ]; services = { + kubo = { + package = pkgs.kubo_carmirror; + }; prometheus = { enable = true; port = 9090;