Nice and working

This commit is contained in:
2021-12-09 09:12:54 -08:00
parent bde37636dd
commit e6e2fb04a4
4 changed files with 139 additions and 89 deletions

View File

@@ -5,6 +5,10 @@ with inputs.nixpkgs.lib; let
network = {
inherit description;
enableRollback = enable-rollback;
storage.legacy = {
databasefile = "~/.nixops/deployments.nixops";
};
};
};