From cd8b5b8d3e57f221f93c7d0a7f29e02718450ec5 Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Fri, 8 Dec 2023 14:01:00 +0100 Subject: [PATCH] add fleet and bento to git --- hosts/fw.cloonar.com/modules/gitea.nix | 5 +++++ 1 file changed, 5 insertions(+) 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" ];