From 3e52123b802e9e64dd104cadee9cbf46cc59cf42 Mon Sep 17 00:00:00 2001 From: James Walker Date: Sat, 8 Apr 2023 15:50:20 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=EF=B8=8F=20aristotle:=20run=20carm?= =?UTF-8?q?irror?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/aristotle/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) 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;