add fleet and bento to git
This commit is contained in:
@@ -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" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user