diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2025-09-21 18:50:05 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-09-21 18:50:05 +0200 |
| commit | afca847fe36da5e5a4769ccc385d3804daad3ec1 (patch) | |
| tree | 9694e17e9250f841572d3fb21ffeccc7e24bdfde /gnu/system/examples | |
| parent | e1cf791ddd0e27265a163592fd3644ba84805fee (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')
| -rw-r--r-- | gnu/system/examples/bare-bones.tmpl | 10 |
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 @@ | |||
| 3 | ;; for a "bare bones" setup, with no X11 display server. | 3 | ;; for a "bare bones" setup, with no X11 display server. |
| 4 | 4 | ||
| 5 | (use-modules (gnu)) | 5 | (use-modules (gnu)) |
| 6 | (use-service-modules cuirass networking ssh databases) | 6 | (use-service-modules networking ssh) |
| 7 | (use-package-modules databases screen ssh) | 7 | (use-package-modules screen ssh) |
| 8 | 8 | ||
| 9 | (operating-system | 9 | (operating-system |
| 10 | (host-name "komputilo") | 10 | (host-name "komputilo") |
| @@ -48,12 +48,6 @@ | |||
| 48 | ;; Add services to the baseline: a DHCP client and an SSH | 48 | ;; Add services to the baseline: a DHCP client and an SSH |
| 49 | ;; server. You may wish to add an NTP service here. | 49 | ;; server. You may wish to add an NTP service here. |
| 50 | (services (append (list (service dhcpcd-service-type) | 50 | (services (append (list (service dhcpcd-service-type) |
| 51 | (service cuirass-service-type | ||
| 52 | (cuirass-configuration | ||
| 53 | (specifications #~(list)))) | ||
| 54 | (service postgresql-service-type | ||
| 55 | (postgresql-configuration | ||
| 56 | (postgresql postgresql-14))) | ||
| 57 | (service openssh-service-type | 51 | (service openssh-service-type |
| 58 | (openssh-configuration | 52 | (openssh-configuration |
| 59 | (openssh openssh-sans-x) | 53 | (openssh openssh-sans-x) |
