loki-hom-rekahsoft-ca: Add docker-compose package

This commit is contained in:
Collin J. Doering 2023-03-31 23:22:53 -04:00
parent 50d17a7dbe
commit 2673750c5b
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 5 additions and 0 deletions

View File

@ -21,6 +21,11 @@
'("wheel" "netdev" "audio" "video" "docker"))
(home-directory "/home/collin"))
(operating-system-users base-system)))
(packages
(append
(map specification->package
'("docker-compose"))
(operating-system-packages base-system)))
(services
(append
(list (service docker-service-type))