From bd382890fb7c3acfa2084bf7fc037fcfad5c8baa Mon Sep 17 00:00:00 2001
From: Attila Farkas <394097@mail.muni.cz>
Date: Mon, 17 May 2021 00:56:43 +0200
Subject: [PATCH] Update boxes

---
 topology.yml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/topology.yml b/topology.yml
index 02978c4..97b9d25 100644
--- a/topology.yml
+++ b/topology.yml
@@ -2,15 +2,13 @@ name: small-sandbox
 hosts:
   - name: server
     base_box:
-      image: ubuntu/xenial64
+      image: munikypo/debian-10
     flavor: csirtmu.tiny1x4
     cpus: 2
 
   - name: home
     base_box:
-      image: ubuntu/xenial64
-    boot_timeout: 1000
-    box_check_update: false
+      image: munikypo/debian-10
 
 routers:
   - name: router
-- 
GitLab