My flake-based deployment contains
network.storage.legacy = {
databasefile = "~/.nixops/deployments-nixops-example.nixops";
};
which points to a new path. Yet, I see all my usual legacy deployments in nixops list.
I can't find databasefile anywhere but in the NixOps 1->2 upgrade message.
My flake-based deployment contains
which points to a new path. Yet, I see all my usual legacy deployments in
nixops list.I can't find
databasefileanywhere but in the NixOps 1->2 upgrade message.