add a proxy server

This commit is contained in:
Andreas Zweili 2022-01-24 21:29:23 +01:00
parent 34533b4e13
commit 0d56c0240f
1 changed files with 7 additions and 0 deletions

View File

@ -105,6 +105,13 @@
./modules/espanso
./modules/xonsh
];
proxy = mkComputer
(mkVM
{ hostname = "proxy"; ip = "10.7.89.100"; inherit self; })
./home-manager/headless.nix
[
./modules/haproxy
];
nixos-management = mkComputer
(mkVM
{ hostname = "nixos-management"; ip = "10.7.89.150"; inherit self; })