From 79c2cdd6b0121178597883f0caddac0415c4c3fc Mon Sep 17 00:00:00 2001 From: James Walker Date: Fri, 23 Feb 2024 15:29:42 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20whoops?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/aristotle/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/aristotle/configuration.nix b/hosts/aristotle/configuration.nix index f674714..1192209 100644 --- a/hosts/aristotle/configuration.nix +++ b/hosts/aristotle/configuration.nix @@ -37,5 +37,5 @@ environment.systemPackages = with pkgs; [ libraspberrypi raspberrypi-eeprom ]; - # services.homestar.enable = true; + services.homestar.enable = true; }