;; system-config.scm - GuixSD (use-modules (gnu) (gnu system nss)) (use-service-modules desktop) (use-package-modules wm certs) (operating-system (host-name "wired") (timezone "America/Colorado") (locale "en_US.UTF-8") (bootloader (grub-configuration (device "/dev/sda"))) (file-systems (cons (file-system (device "root") (title 'label) (mount-point "/") (type "ext4")) %base-file-systems)) (users (cons (user-account (name "zch") (comment "main user") (group "users") (supplementary-groups '("wheel" "audio" "netdev")) (home-directory "/home/zch")) %base-user-accounts)) (packages (cons* i3-wm i3status nss-certs %base-packages)) (service %desktop-services) (name-service-switch %mdns-host-lookup-nss)) ;; end of config root@gnu ~# guix system reconfigure system-config.scm accepted connection from pid 937, user root (trusted) [lots of compiling] substitute: guix substitute: warning: while fetching: http://hydra.gnu.org/nix-cache-info: server is somewhat slow substitute: guix substitute: warning: try '--no-substitutes' if the problem persists guix system: error: build failed: while setting up the build enviroment: getting attributes of path `/etc/resolv/conf': No such file or directory root@gnu ~# guix system reconfigure --no-substitutes system-config.scm accepted connection from pid 981, user root (trusted) [lots of compiling] guix system: error: build failed: while setting up the build enviroment: getting attributes of path `/etc/resolv.conf': No such file or directory root@gnu ~#