diff --git a/hosts/fw.cloonar.com/modules/gitea.nix b/hosts/fw.cloonar.com/modules/gitea.nix index 81e0f1c..8b9c933 100644 --- a/hosts/fw.cloonar.com/modules/gitea.nix +++ b/hosts/fw.cloonar.com/modules/gitea.nix @@ -55,6 +55,11 @@ in }; }; config = { lib, config, pkgs, ... }: { + imports = [ + ./fleet.nix + ./utils/bento.nix + ]; + networking = { hostName = "git"; nameservers = [ "10.42.97.10" ];