Install podman on little-rascal
This commit is contained in:
parent
cf218520cb
commit
4bc803ad41
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue