add fleet and bento to git
This commit is contained in:
@@ -55,6 +55,11 @@ in
|
||||
};
|
||||
};
|
||||
config = { lib, config, pkgs, ... }: {
|
||||
imports = [
|
||||
./fleet.nix
|
||||
./utils/bento.nix
|
||||
];
|
||||
|
||||
networking = {
|
||||
hostName = "git";
|
||||
nameservers = [ "10.42.97.10" ];
|
||||
|
||||
Reference in New Issue
Block a user