From 570ec471d1605318aeefb030cd78682ae442235b Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 31 Mar 2025 21:51:40 -0300 Subject: src/content/: Update all files left to asciidoc --- src/content/pastebins/2018/07/13/guixbuilder.adoc | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) (limited to 'src/content/pastebins/2018/07/13/guixbuilder.adoc') diff --git a/src/content/pastebins/2018/07/13/guixbuilder.adoc b/src/content/pastebins/2018/07/13/guixbuilder.adoc index 82204a8..84e84d9 100644 --- a/src/content/pastebins/2018/07/13/guixbuilder.adoc +++ b/src/content/pastebins/2018/07/13/guixbuilder.adoc @@ -1,20 +1,7 @@ ---- += Guix builder user creation commands -title: Guix builder user creation commands - -date: 2018-07-13 - -layout: post - -lang: en - -eu_categories: guix - -ref: guix-builder-user-creation-commands - ---- - -```shell +[source,shell] +---- groupadd --system guixbuild for i in `seq -w 1 10`; do @@ -23,4 +10,4 @@ do -c "Guix build user $i" --system \ guixbuilder$i; done -``` +---- -- cgit v1.2.3