diff options
| author | Grigory Shipunov | 2022-06-30 13:49:47 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-06-30 13:49:47 +0200 |
| commit | b6e635e3bfbca08f04b1a0b556dabf6b2147ed23 (patch) | |
| tree | c3799ea5b08c7d40e2e81f70fa15f95c723d7ae9 | |
| parent | 4cfbc1f14e7520bb5c17ecef95e981d42bba14f6 (diff) | |
Revert "remove declarative microvm", fixed upstream
This reverts commit d842f880bc4a416e8aecc2888506c6027c12fba0.
| -rw-r--r-- | flake.nix | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 { |
