From e216e5e4438577e5f73bf4abd3c0d0c9f145de45 Mon Sep 17 00:00:00 2001 From: bd Date: Thu, 4 Jan 2024 14:56:54 -0700 Subject: Renamed system specific files, create hati.scm --- .config/guix-builds/vali.scm | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .config/guix-builds/vali.scm (limited to '.config/guix-builds/vali.scm') diff --git a/.config/guix-builds/vali.scm b/.config/guix-builds/vali.scm new file mode 100644 index 0000000..cebcbd1 --- /dev/null +++ b/.config/guix-builds/vali.scm @@ -0,0 +1,11 @@ +;; vali (laptop) specific variables +;; (use-modules (gnu)) + +(define-module (host-instance) + #:export (username host-name root-part boot-part hide-part)) + +(define username "bdunahu") +(define host-name "vali") +(define root-part "69a3593b-12bd-40ad-a932-007674a8cfe8") +(define boot-part "8A13-7018") +(define hide-part "020b73df-3991-4271-9d3f-dba00ad260ec") -- cgit v1.2.3