ambevar-dotfiles/.config/guix/system/desktop-bababa-emtec.scm

16 lines
502 B
Scheme
Raw Normal View History

;; With Eshell:
;; *sudo -E guix system -L ~/.config/guix/system reconfigure ~/.config/guix/system/desktop-bababa-emtec.scm
(define-module (desktop-bababa)
#:use-module (default)
#:use-module (gnu)
#:use-module (gnu system)
#:use-module (gnu services))
(operating-system
(inherit %bababa/os)
(services (cons*
;; TODO: Might need 9.6 for Iroha.
(postgresql-service)
(service docker-service-type)
(operating-system-services %bababa/os))))