unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: "Gnu Röoty" <walidslack@gmail.com>
To: 37799@debbugs.gnu.org
Subject: bug#37799: dbus-system
Date: Sun, 20 Oct 2019 09:06:17 +0000	[thread overview]
Message-ID: <CAOWR9dt2LHFdsYz2CLkebcxhm54H4QmKn28NFFqrhbVph0Nyfw@mail.gmail.com> (raw)
In-Reply-To: <CAOWR9dtYJBLJsyHso+RMNfNDRZezX_DgnuOoDE7X5Q2ddiYUUw@mail.gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 43 bytes --]

Le voici !

J'ai laisser les droit de root

[-- Attachment #1.2: Type: text/html, Size: 96 bytes --]

[-- Attachment #2: config.scm --]
[-- Type: text/x-scheme, Size: 2134 bytes --]

;; This is an operating system configuration template
;; for a "desktop" setup with GNOME and Xfce where the
;; root partition is encrypted with LUKS.

(use-modules (gnu) (gnu system nss))
(use-service-modules desktop xorg)
(use-package-modules certs xfce linux freedesktop)


(operating-system
  (host-name "gnu")
  (timezone "Europe/Paris")
  (locale "fr_FR.utf8")

  ;; Choose US English keyboard layout.  The "altgr-intl"
  ;; variant provides dead keys for accented characters.
  (keyboard-layout (keyboard-layout "fr" "oss"))

  ;; Use the UEFI variant of GRUB with the EFI System
  ;; Partition mounted on /boot/efi.
  (bootloader (bootloader-configuration
                (bootloader grub-bootloader)
                (target "/dev/sda")
                (keyboard-layout keyboard-layout)))

  (file-systems (append
                 (list (file-system
                         (device (file-system-label "x200t"))
                         (mount-point "/")
                         (type "ext4")))
                 %base-file-systems))

  (users (cons (user-account
                (name "childebert")
                (comment "")
                (group "users")
                (supplementary-groups '("wheel" "netdev"
                                        "audio" "video")))
               %base-user-accounts))

  ;; This is where we specify system-wide packages.
  (packages (append (list
                     ;; for HTTPS access
                     nss-certs)
                    %base-packages))

  ;; Add GNOME and Xfce---we can choose at the log-in screen
  ;; by clicking the gear.  Use the "desktop" services, which
  ;; include the X11 log-in service, networking with
  ;; NetworkManager, and more.
  (services (append (list (bluetooth-service)
			  (udisks-service)
			  (service xfce-desktop-service-type)
                          (set-xorg-configuration
                           (xorg-configuration
                            (keyboard-layout keyboard-layout))))
                    %desktop-services))

  ;; Allow resolution of '.local' host names with mDNS.
  (name-service-switch %mdns-host-lookup-nss))

  parent reply	other threads:[~2019-10-20  9:07 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-17 19:11 bug#37799: dbus-system failed Gnu Röoty
2019-10-17 19:22 ` Julien Lepiller
2019-10-17 19:51 ` bug#37799: dbus-system Gnu Röoty
2019-10-19 20:06   ` Ludovic Courtès
2019-10-20  9:06 ` Gnu Röoty [this message]
2019-10-22 21:36   ` Ludovic Courtès
2019-10-22 23:28 ` Gnu Röoty
2019-10-25 20:34   ` Ludovic Courtès
2019-10-26 18:20     ` Gnu Röoty

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAOWR9dt2LHFdsYz2CLkebcxhm54H4QmKn28NFFqrhbVph0Nyfw@mail.gmail.com \
    --to=walidslack@gmail.com \
    --cc=37799@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).