From d842f880bc4a416e8aecc2888506c6027c12fba0 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Tue, 28 Jun 2022 21:03:45 +0200 Subject: [PATCH] remove declarative microvm This seems to chown -R the whole state dir. See line 103 of github:astro/microvm.nix https://github.com/astro/microvm.nix/blob/5b778a33c9a123ff02c3fcd6323605387a245db3/nixos-modules/host.nix#L103 --- flake.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/flake.nix b/flake.nix index e18a807..9d3b38d 100644 --- a/flake.nix +++ b/flake.nix @@ -59,13 +59,6 @@ ./hosts/dishwasher ./modules/basic-tools.nix ./modules/binary-caches.nix - - { - microvm.vms.nextcloud = { - flake = self; - updateFlake = "git+file:///etc/nixos"; - }; - } ]; }; nextcloud = nixpkgs.lib.nixosSystem {