From 9c67142aeb33cf1a51fd3d013ab34c2f05c5bd96 Mon Sep 17 00:00:00 2001 From: Gabriel Simmer Date: Tue, 7 Sep 2021 23:08:08 +0100 Subject: [PATCH] Fix mismatched parens. --- .config/guix/systems/base-system.scm | 4 ++-- base.org | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/guix/systems/base-system.scm b/.config/guix/systems/base-system.scm index ac44680..de1b46f 100644 --- a/.config/guix/systems/base-system.scm +++ b/.config/guix/systems/base-system.scm @@ -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))) diff --git a/base.org b/base.org index c5d005a..261e8ec 100644 --- a/base.org +++ b/base.org @@ -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