diff options
author | Tyler Murphy <tylerm@tylerm.dev> | 2023-09-06 12:39:00 -0400 |
---|---|---|
committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-09-06 12:39:00 -0400 |
commit | 426df5d5095b0eb6ec763fc11343f2097bd53803 (patch) | |
tree | ffd786248ab99e2e219c53007623b696f5f9975c /modules/home-config/base-system.scm | |
parent | men (diff) | |
download | dotfiles-guix-426df5d5095b0eb6ec763fc11343f2097bd53803.tar.gz dotfiles-guix-426df5d5095b0eb6ec763fc11343f2097bd53803.tar.bz2 dotfiles-guix-426df5d5095b0eb6ec763fc11343f2097bd53803.zip |
refactor
Diffstat (limited to 'modules/home-config/base-system.scm')
-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) |