remove declarative microvm

This seems to chown -R the whole state dir. See line 103 of github:astro/microvm.nix
5b778a33c9/nixos-modules/host.nix (L103)
This commit is contained in:
Grigory Shipunov 2022-06-28 21:03:45 +02:00
parent 43a3421e42
commit d842f880bc
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C

View file

@ -59,13 +59,6 @@
./hosts/dishwasher ./hosts/dishwasher
./modules/basic-tools.nix ./modules/basic-tools.nix
./modules/binary-caches.nix ./modules/binary-caches.nix
{
microvm.vms.nextcloud = {
flake = self;
updateFlake = "git+file:///etc/nixos";
};
}
]; ];
}; };
nextcloud = nixpkgs.lib.nixosSystem { nextcloud = nixpkgs.lib.nixosSystem {