summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrigory Shipunov2022-06-30 13:49:47 +0200
committerGrigory Shipunov2022-06-30 13:49:47 +0200
commitb6e635e3bfbca08f04b1a0b556dabf6b2147ed23 (patch)
treec3799ea5b08c7d40e2e81f70fa15f95c723d7ae9
parent4cfbc1f14e7520bb5c17ecef95e981d42bba14f6 (diff)
Revert "remove declarative microvm", fixed upstream
This reverts commit d842f880bc4a416e8aecc2888506c6027c12fba0.
-rw-r--r--flake.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 322c5fe..2d71e51 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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 {