summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrigory Shipunov2022-06-28 21:03:45 +0200
committerGrigory Shipunov2022-06-28 21:03:45 +0200
commitd842f880bc4a416e8aecc2888506c6027c12fba0 (patch)
tree236379798d77ed7df8a19119bb57ca80e6bd073f
parent43a3421e42caa38c13bdb99edcd49b6c23b04819 (diff)
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
-rw-r--r--flake.nix7
1 files changed, 0 insertions, 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 {