change the IP for the test VM

This commit is contained in:
Andreas Zweili 2022-01-16 16:51:40 +01:00
parent 2bf232598d
commit dcc819df1c
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@
];
nixos-test-vm = mkComputer
(mkVM
{ hostname = "nixos-test-vm"; ip = "10.7.89.235"; })
{ hostname = "nixos-test-vm"; ip = "10.7.89.150"; })
./home-manager/headless.nix
[
./modules/code-server