add config for git server

This commit is contained in:
Andreas Zweili 2022-01-24 19:02:07 +01:00
parent 412ae9045e
commit 842d366de9
1 changed files with 8 additions and 0 deletions

View File

@ -145,6 +145,14 @@
[
./modules/docker
];
git = mkComputer
(mkVM
{ hostname = "git"; ip = "10.7.89.109"; inherit self; })
./home-manager/headless.nix
[
./modules/docker
];
};
homeConfigurations = {
"${username}@co-ws-con4" = home-manager.lib.homeManagerConfiguration {