diff options
| author | Grigory Shipunov | 2022-06-28 21:03:45 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-06-28 21:03:45 +0200 |
| commit | d842f880bc4a416e8aecc2888506c6027c12fba0 (patch) | |
| tree | 236379798d77ed7df8a19119bb57ca80e6bd073f | |
| parent | 43a3421e42caa38c13bdb99edcd49b6c23b04819 (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.nix | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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 { |
