From b08bdf84992ea9358443987cf5e2e0866933c005 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Fri, 8 Dec 2023 14:01:36 +0100 Subject: [PATCH] fix import path --- hosts/fw.cloonar.com/modules/gitea.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/fw.cloonar.com/modules/gitea.nix b/hosts/fw.cloonar.com/modules/gitea.nix index 8b9c933..e311ca5 100644 --- a/hosts/fw.cloonar.com/modules/gitea.nix +++ b/hosts/fw.cloonar.com/modules/gitea.nix @@ -56,8 +56,8 @@ in }; config = { lib, config, pkgs, ... }: { imports = [ - ./fleet.nix - ./utils/bento.nix + ../fleet.nix + ../utils/bento.nix ]; networking = {