From 50826ca86125e578968981f7e448b8d96dd1a611 Mon Sep 17 00:00:00 2001 From: notohh Date: Sat, 23 Sep 2023 20:58:15 -0400 Subject: [PATCH] yuki: enable conduit --- hosts/yuki/services/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/yuki/services/default.nix b/hosts/yuki/services/default.nix index feb1cd0..f90c019 100644 --- a/hosts/yuki/services/default.nix +++ b/hosts/yuki/services/default.nix @@ -8,5 +8,6 @@ ./dashdot.nix ./jellyfin.nix ./neko.nix + ./conduit.nix ]; }