config/guix/system: Fix comments.

master
Pierre Neidhardt 2020-05-19 20:55:28 +02:00
parent f7aa39a5fc
commit a8515abcd5
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
;; To collect the size of a system:
;; guix size $(guix system build config.scm)
(define-module (default)
#:use-module (gnu)
#:use-module (gnu system nss)

View File

@ -81,7 +81,7 @@
(name "francoise")
(group "users")
(supplementary-groups '("netdev" ; netdev is needed for networking.
"kvm" ; For QEMU (and maybe libvirt)
"kvm" ; For QEMU (and maybe libvirt)
"video"))
(home-directory "/home/francoise"))
(operating-system-users default-operating-system)))