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 {