diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2023-09-11 10:56:03 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2023-09-11 10:56:03 +0300 |
| commit | ab971e9c1922ae6eeec47401cb589ae15f29e15f (patch) | |
| tree | 82d4bdf8ea55472bdc3bb6653e95fab83572f538 /gnu/system/examples | |
| parent | 2eb6df537c36da8bf8e81ff698421f6fb1bfd1ab (diff) | |
system: vm-image: Remove duplicate packages.
* gnu/system/examples/vm-image.tmpl (use-package-modules): Remove
unneeded modules.
(operating-system)[packages]: Remove nvi, wget.
Diffstat (limited to 'gnu/system/examples')
| -rw-r--r-- | gnu/system/examples/vm-image.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/system/examples/vm-image.tmpl b/gnu/system/examples/vm-image.tmpl index 343287eaf69..b68183a023b 100644 --- a/gnu/system/examples/vm-image.tmpl +++ b/gnu/system/examples/vm-image.tmpl | |||
| @@ -7,8 +7,8 @@ | |||
| 7 | 7 | ||
| 8 | (use-modules (gnu) (guix) (srfi srfi-1)) | 8 | (use-modules (gnu) (guix) (srfi srfi-1)) |
| 9 | (use-service-modules desktop mcron networking spice ssh xorg sddm) | 9 | (use-service-modules desktop mcron networking spice ssh xorg sddm) |
| 10 | (use-package-modules bootloaders certs fonts nvi | 10 | (use-package-modules bootloaders certs fonts |
| 11 | package-management wget xorg) | 11 | package-management xorg) |
| 12 | 12 | ||
| 13 | (define vm-image-motd (plain-file "motd" " | 13 | (define vm-image-motd (plain-file "motd" " |
| 14 | \x1b[1;37mThis is the GNU system. Welcome!\x1b[0m | 14 | \x1b[1;37mThis is the GNU system. Welcome!\x1b[0m |
| @@ -77,7 +77,7 @@ accounts.\x1b[0m | |||
| 77 | root ALL=(ALL) ALL | 77 | root ALL=(ALL) ALL |
| 78 | %wheel ALL=NOPASSWD: ALL\n")) | 78 | %wheel ALL=NOPASSWD: ALL\n")) |
| 79 | 79 | ||
| 80 | (packages (append (list font-bitstream-vera nss-certs nvi wget) | 80 | (packages (append (list font-bitstream-vera nss-certs) |
| 81 | %base-packages)) | 81 | %base-packages)) |
| 82 | 82 | ||
| 83 | (services | 83 | (services |
