summaryrefslogtreecommitdiffstats
path: root/lass/1systems/wizard/test.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lass/1systems/wizard/test.nix')
-rw-r--r--lass/1systems/wizard/test.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/lass/1systems/wizard/test.nix b/lass/1systems/wizard/test.nix
new file mode 100644
index 00000000..c7a27102
--- /dev/null
+++ b/lass/1systems/wizard/test.nix
@@ -0,0 +1,10 @@
+{ config, lib, pkgs, ... }:
+{
+ imports = [
+ ./default.nix
+ ];
+ virtualisation.emptyDiskImages = [
+ 8000
+ ];
+ virtualisation.memorySize = 1024;
+}