diff options
Diffstat (limited to 'flake.nix')
| -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 { |
