diff options
-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")) |