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-service-modules networking ssh desktop)
(use-package-modules screen ssh)
(use-package-modules screen ssh containers)
(operating-system
(host-name "little-rascal")
@ -46,7 +46,7 @@ root ALL=(ALL) ALL
%wheel ALL=(ALL) NOPASSWD:ALL\n"))
;; 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.
(services (append (list (simple-service 'add-extra-hosts