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