add fleet and bento to git

This commit is contained in:
2023-12-08 14:01:00 +01:00
parent 317a574583
commit cd8b5b8d3e

View File

@@ -55,6 +55,11 @@ in
}; };
}; };
config = { lib, config, pkgs, ... }: { config = { lib, config, pkgs, ... }: {
imports = [
./fleet.nix
./utils/bento.nix
];
networking = { networking = {
hostName = "git"; hostName = "git";
nameservers = [ "10.42.97.10" ]; nameservers = [ "10.42.97.10" ];