diff options
Diffstat (limited to 'modules/home-config')
-rw-r--r-- | modules/home-config/base-system.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home-config/base-system.scm b/modules/home-config/base-system.scm index e8e26de..7a4b2b2 100644 --- a/modules/home-config/base-system.scm +++ b/modules/home-config/base-system.scm @@ -122,7 +122,7 @@ (publish-workstation? #f))) ; do not advertise, I want this to be as silent as possible (service docker-service-type) (service nix-service-type) - (service my-libvirt-service-type) + (service libvirt-service-type-new) (service virtlog-service-type) (service bluetooth-service-type) (service pam-limits-service-type) |