Install podman on little-rascal

This commit is contained in:
Ray Miller 2025-01-09 14:35:10 +00:00
parent cf218520cb
commit 4bc803ad41
Signed by: ray
GPG key ID: 043F786C4CD681B8

View file

@ -3,7 +3,7 @@
(use-modules (gnu)) (use-modules (gnu))
(use-service-modules networking ssh desktop) (use-service-modules networking ssh desktop)
(use-package-modules screen ssh) (use-package-modules screen ssh containers)
(operating-system (operating-system
(host-name "little-rascal") (host-name "little-rascal")
@ -46,7 +46,7 @@ root ALL=(ALL) ALL
%wheel ALL=(ALL) NOPASSWD:ALL\n")) %wheel ALL=(ALL) NOPASSWD:ALL\n"))
;; Globally-installed packages. ;; Globally-installed packages.
(packages (cons screen %base-packages)) (packages (cons* podman screen %base-packages))
;; Add services to the baseline: static networking and an SSH server. ;; Add services to the baseline: static networking and an SSH server.
(services (append (list (simple-service 'add-extra-hosts (services (append (list (simple-service 'add-extra-hosts