I followed the manual and created the trivial network.
In the manual, the output of nixops info looks like this:
$ nixops info -d trivial
Network UUID: 33bced96-5f26-11e1-b9d7-9630d48abec1
Network description: Web server
+-----------+--------+------------+-------------+------------+
| Name | Status | Type | Resource Id | IP address |
+-----------+--------+------------+-------------+------------+
| webserver | New | virtualbox | | |
+-----------+--------+------------+-------------+------------+
But on my system it looks like this:
$ nixops info -d trivial
Network name: trivial
Network UUID: 82d19a33-3398-11e9-873a-024246453e35
Network description: Web server
Nix expressions: /home/davidak/code/nixops/trivial.nix /home/davidak/code/nixops/trivial-vbox.nix
+-----------+---------+------------+-------------+------------+
| Name | Status | Type | Resource Id | IP address |
+-----------+---------+------------+-------------+------------+
| webserver | Missing | virtualbox | | |
+-----------+---------+------------+-------------+------------+
The Status is "Missing" instead of "New".
This looks like a bug. Or if it's intended, the manual needs to get updated.
I followed the manual and created the trivial network.
In the manual, the output of
nixops info
looks like this:But on my system it looks like this:
The Status is "Missing" instead of "New".
This looks like a bug. Or if it's intended, the manual needs to get updated.
nix (Nix) 2.1.3 NixOS 18.09.2203.9bd45dddf81 (Jellyfish) NixOps 1.6.1