guixsd-config

GuixSD configs for my systems
Log | Files | Refs

commit 4f980de9a3bba7ef99197b52a19ce893de71a6ba
parent 1388080b4393c26e6b1f512b275ec3562d5b84c6
Author: Vineet Kumar <git@vineetk.net>
Date:   Thu, 25 Dec 2025 16:13:58 -0500

update demiurge esp uuid match real system

Diffstat:
Mepistemia/systems/demiurge.scm | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/epistemia/systems/demiurge.scm b/epistemia/systems/demiurge.scm @@ -64,7 +64,7 @@ (check? #f) (needed-for-boot? #t)) (file-system - (device (uuid "3EF4-E408" 'fat)) + (device (uuid "F618-FA9F" 'fat)) (mount-point "/boot/efi") (type "vfat"))) %base-file-systems)) @@ -103,3 +103,4 @@ ListenAddress 192.168.1.2:22 ListenAddress 10.0.13.2:22")))) %base-services))) +