blob 68322b6b4610ce2cab7e90865c66670c285052ed 495 bytes (raw)
name: talks/fcc-inrae-2022/example/config-vm-2.scm # note: path name is non-authoritative(*)
1
2
3
4
5
6
7
8
9
10
11
12
13
| | (use-modules (gnu) (guix) (srfi srfi-1))
(use-service-modules desktop mcron networking xorg)
(use-package-modules certs fonts xorg)
(operating-system
[...]
(packages (append (list font-bitstream-vera nss-certs)
%base-packages))
(services
(append (list (service xfce-desktop-service-type)
(simple-service 'cron-jobs mcron-service-type
(list auto-update-resolution-crutch))
(service dhcp-client-service-type)))))
|
debug log:
solving 68322b6 ...
found 68322b6 in https://yhetil.org/guix/20220620035428.4810-1-zimon.toutoune@gmail.com/
applying [1/1] https://yhetil.org/guix/20220620035428.4810-1-zimon.toutoune@gmail.com/
diff --git a/talks/fcc-inrae-2022/example/config-vm-2.scm b/talks/fcc-inrae-2022/example/config-vm-2.scm
new file mode 100644
index 0000000..68322b6
Checking patch talks/fcc-inrae-2022/example/config-vm-2.scm...
Applied patch talks/fcc-inrae-2022/example/config-vm-2.scm cleanly.
index at:
100644 68322b6b4610ce2cab7e90865c66670c285052ed talks/fcc-inrae-2022/example/config-vm-2.scm
(*) Git path names are given by the tree(s) the blob belongs to.
Blobs themselves have no identifier aside from the hash of its contents.^
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.