blob 0e0b8d3811bb959a8f142e8e31c69f24225717f8 752 bytes (raw)
name: talks/fcc-inrae-2022/example/config-vm-1.scm # note: path name is non-authoritative(*)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
| | (use-modules (gnu) (guix) (srfi srfi-1))
(use-service-modules desktop mcron networking xorg)
(use-package-modules certs fonts xorg)
(operating-system
(host-name "gnu")
(keyboard-layout (keyboard-layout "us" "altgr-intl"))
(users (cons (user-account
(name "guest")
(password "") ;no password
(group "users"))
%base-user-accounts))
(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 0e0b8d3 ...
found 0e0b8d3 in https://yhetil.org/guix-patches/20220620035428.4810-1-zimon.toutoune@gmail.com/
applying [1/1] https://yhetil.org/guix-patches/20220620035428.4810-1-zimon.toutoune@gmail.com/
diff --git a/talks/fcc-inrae-2022/example/config-vm-1.scm b/talks/fcc-inrae-2022/example/config-vm-1.scm
new file mode 100644
index 0000000..0e0b8d3
Checking patch talks/fcc-inrae-2022/example/config-vm-1.scm...
Applied patch talks/fcc-inrae-2022/example/config-vm-1.scm cleanly.
index at:
100644 0e0b8d3811bb959a8f142e8e31c69f24225717f8 talks/fcc-inrae-2022/example/config-vm-1.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 public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).