mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
doc: Add missing ‘use-modules’ in rootless podman example.
Fixes <https://issues.guix.gnu.org/77074>. * doc/guix.texi (Miscellaneous Services): In ‘rootless-podman-service-type’ example, add missing ‘use-modules’ for ‘subid-range’. Change-Id: I531b9741538ee46186d8c6e6d7e4856080337d6b
This commit is contained in:
@@ -42824,6 +42824,7 @@ unprivileged users to run @command{podman} commands:
|
||||
|
||||
@lisp
|
||||
(use-service-modules containers networking @dots{})
|
||||
(use-modules (gnu system accounts)) ;for 'subid-range'
|
||||
|
||||
(operating-system
|
||||
;; @dots{}
|
||||
|
||||
Reference in New Issue
Block a user