From b6e635e3bfbca08f04b1a0b556dabf6b2147ed23 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Thu, 30 Jun 2022 13:49:47 +0200 Subject: [PATCH] Revert "remove declarative microvm", fixed upstream This reverts commit d842f880bc4a416e8aecc2888506c6027c12fba0. --- flake.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/flake.nix b/flake.nix index 322c5fe..2d71e51 100644 --- a/flake.nix +++ b/flake.nix @@ -61,6 +61,13 @@ ./hosts/dishwasher ./modules/basic-tools.nix ./modules/binary-caches.nix + + { + microvm.vms.nextcloud = { + flake = self; + updateFlake = "git+file:///etc/nixos"; + }; + } ]; }; nextcloud = nixpkgs.lib.nixosSystem {