summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-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 {