system: bare-bones: Remove Cuirass service.

This reverts changes from d72eef9c91 that
were inadvertently committed.

* gnu/system/examples/bare-bones.tmpl: Remove Cuirass.

Change-Id: I29253dce841479bbddef00756a0f6bd57694dfae
This commit is contained in:
Ludovic Courtès 2025-09-21 18:50:05 +02:00
parent e1cf791ddd
commit afca847fe3
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -3,8 +3,8 @@
;; for a "bare bones" setup, with no X11 display server. ;; for a "bare bones" setup, with no X11 display server.
(use-modules (gnu)) (use-modules (gnu))
(use-service-modules cuirass networking ssh databases) (use-service-modules networking ssh)
(use-package-modules databases screen ssh) (use-package-modules screen ssh)
(operating-system (operating-system
(host-name "komputilo") (host-name "komputilo")
@ -48,12 +48,6 @@
;; Add services to the baseline: a DHCP client and an SSH ;; Add services to the baseline: a DHCP client and an SSH
;; server. You may wish to add an NTP service here. ;; server. You may wish to add an NTP service here.
(services (append (list (service dhcpcd-service-type) (services (append (list (service dhcpcd-service-type)
(service cuirass-service-type
(cuirass-configuration
(specifications #~(list))))
(service postgresql-service-type
(postgresql-configuration
(postgresql postgresql-14)))
(service openssh-service-type (service openssh-service-type
(openssh-configuration (openssh-configuration
(openssh openssh-sans-x) (openssh openssh-sans-x)