Revert "remove declarative microvm", fixed upstream

This reverts commit d842f880bc.
This commit is contained in:
Grigory Shipunov 2022-06-30 13:49:47 +02:00
parent 4cfbc1f14e
commit b6e635e3bf
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C

View file

@ -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 {