From eac0916e008b39607a21b177620e475f8ad2d093 Mon Sep 17 00:00:00 2001 From: Oleg Pykhalov Date: Mon, 23 Oct 2023 11:28:42 +0300 Subject: [PATCH] apps: base: guix: virtualmachine: Use https for qcow2 source. --- apps/base/guix/virtualmachine.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/base/guix/virtualmachine.yaml b/apps/base/guix/virtualmachine.yaml index 8f73cf089..7f710bddd 100644 --- a/apps/base/guix/virtualmachine.yaml +++ b/apps/base/guix/virtualmachine.yaml @@ -41,4 +41,4 @@ spec: storage: 64Gi source: http: - url: http://iso.wugi.info/guix.qcow2 + url: https://iso.wugi.info/guix.qcow2