add fleet and bento to git
This commit is contained in:
parent
317a574583
commit
cd8b5b8d3e
1 changed files with 5 additions and 0 deletions
|
|
@ -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" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue