summaryrefslogtreecommitdiff
path: root/gnu/system/examples/bare-bones.tmpl
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2025-09-21 18:50:05 +0200
committerLudovic Courtès <ludo@gnu.org>2025-09-21 18:50:05 +0200
commitafca847fe36da5e5a4769ccc385d3804daad3ec1 (patch)
tree9694e17e9250f841572d3fb21ffeccc7e24bdfde /gnu/system/examples/bare-bones.tmpl
parente1cf791ddd0e27265a163592fd3644ba84805fee (diff)
system: bare-bones: Remove Cuirass service.
This reverts changes from d72eef9c918144bd892522722be71321d4a5ad97 that were inadvertently committed. * gnu/system/examples/bare-bones.tmpl: Remove Cuirass. Change-Id: I29253dce841479bbddef00756a0f6bd57694dfae
Diffstat (limited to 'gnu/system/examples/bare-bones.tmpl')
-rw-r--r--gnu/system/examples/bare-bones.tmpl10
1 files changed, 2 insertions, 8 deletions
diff --git a/gnu/system/examples/bare-bones.tmpl b/gnu/system/examples/bare-bones.tmpl
index 16ba12604d2..ea8d7964c81 100644
--- a/gnu/system/examples/bare-bones.tmpl
+++ b/gnu/system/examples/bare-bones.tmpl
@@ -3,8 +3,8 @@
;; for a "bare bones" setup, with no X11 display server.
(use-modules (gnu))
-(use-service-modules cuirass networking ssh databases)
-(use-package-modules databases screen ssh)
+(use-service-modules networking ssh)
+(use-package-modules screen ssh)
(operating-system
(host-name "komputilo")
@@ -48,12 +48,6 @@
;; Add services to the baseline: a DHCP client and an SSH
;; server. You may wish to add an NTP service here.
(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
(openssh-configuration
(openssh openssh-sans-x)