From eaa4d3e381f1948ee4a60f8369dff885b9e78586 Mon Sep 17 00:00:00 2001 From: Jacob Bachmann Date: Sat, 11 Oct 2025 17:11:16 +0200 Subject: [PATCH] fix(MOMO): import yarr.nix --- hosts/MOMO/services/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/MOMO/services/default.nix b/hosts/MOMO/services/default.nix index cd167d2..7047df9 100644 --- a/hosts/MOMO/services/default.nix +++ b/hosts/MOMO/services/default.nix @@ -5,5 +5,6 @@ ./postgresql.nix ./syncthing.nix ./vaultwarden.nix + ./yarr.nix ]; }