Fix mismatched parens.

This commit is contained in:
Gabriel Simmer 2021-09-07 23:08:08 +01:00
parent e61dc54649
commit 9c67142aeb
2 changed files with 4 additions and 4 deletions

View file

@ -80,7 +80,7 @@ EndSection
(file-system
(device "/dev/sda2")
(mount-point "/")
(type "ext4")) %base-file-systems)))
(type "ext4")) %base-file-systems))
(users (cons (user-account
(name "gsimmer")
@ -114,4 +114,4 @@ EndSection
(xorg-configuration
(keyboard-layout keyboard-layout))))
%desktop-services))
(name-service-switch %mdns-host-lookup-nss))
(name-service-switch %mdns-host-lookup-nss)))

View file

@ -123,7 +123,7 @@ in a typing install of Guix/Linux.
(file-system
(device "/dev/sda2")
(mount-point "/")
(type "ext4")) %base-file-systems)))
(type "ext4")) %base-file-systems))
(users (cons (user-account
(name "gsimmer")
@ -157,7 +157,7 @@ in a typing install of Guix/Linux.
(xorg-configuration
(keyboard-layout keyboard-layout))))
%desktop-services))
(name-service-switch %mdns-host-lookup-nss))
(name-service-switch %mdns-host-lookup-nss)))
#+end_src
** Individual Systems