diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2025-03-03 06:55:00 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2025-03-03 06:55:00 +0100 |
commit | 753b7d4964bb43c1eeff14a0e6f21948b2895499 (patch) | |
tree | 1bc90e8404c7f4b003083c9c76a01f1a9348ec3a | |
parent | ccf660f3d2a545820d47e54d599cbae0db86d29d (diff) |
ayase: disable virtualization services
-rw-r--r-- | systems/ayase-old.scm | 5 |
1 files 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")) |