From 753b7d4964bb43c1eeff14a0e6f21948b2895499 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Mon, 3 Mar 2025 06:55:00 +0100 Subject: ayase: disable virtualization services --- systems/ayase-old.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/systems/ayase-old.scm b/systems/ayase-old.scm index 5534f90..0537f10 100644 --- a/systems/ayase-old.scm +++ b/systems/ayase-old.scm @@ -136,11 +136,12 @@ (append suweren:services:%distribution-services (list (gc-workaround-service) (home-services) - (libvirt-service) + ; (libvirt-service) (openssh-service) (system-packages-service) (tor-service) - (virtlog-service)))) + ; (virtlog-service) + ))) (define swap-device-1 (swap-label "-1")) -- cgit v1.2.3