rename the test vm to nixos-management

This commit is contained in:
Andreas Zweili 2022-01-24 10:37:53 +01:00
parent b42271d932
commit c6ee2eb0e2
1 changed files with 2 additions and 2 deletions

View File

@ -105,9 +105,9 @@
./modules/espanso
./modules/xonsh
];
nixos-test-vm = mkComputer
nixos-management = mkComputer
(mkVM
{ hostname = "nixos-test-vm"; ip = "10.7.89.150"; inherit self; })
{ hostname = "nixos-management"; ip = "10.7.89.150"; inherit self; })
./home-manager/headless.nix
[
./modules/code-server