Skip to content

Commit

Permalink
vm-guix-datavolume: Add dbus and elogind services.
Browse files Browse the repository at this point in the history
Required for docker.
  • Loading branch information
wigust committed Sep 20, 2024
1 parent 8702960 commit 91e6d03
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dotfiles/guixsd/vm-guix-datavolume.scm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(use-modules (gnu))
(use-service-modules docker networking linux ssh)
(use-service-modules desktop dbus docker networking linux ssh)
(use-package-modules certs curl linux tmux)

(operating-system
Expand Down Expand Up @@ -45,6 +45,8 @@ ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDEmkOCBXHo6e3IixgJNflxxLDPaLakMWZRGq6qFuqI
(service kernel-module-loader-service-type
'("dm-snapshot" "dm-thin-pool"))
(service containerd-service-type)
(dbus-service)
(elogind-service)
(service docker-service-type))
(modify-services %base-services
(guix-service-type config => (guix-configuration
Expand Down

0 comments on commit 91e6d03

Please sign in to comment.