diff options
author | bd <bdunahu@gmail.com> | 2024-01-04 14:56:54 -0700 |
---|---|---|
committer | bd <bdunahu@gmail.com> | 2024-01-04 14:56:54 -0700 |
commit | e216e5e4438577e5f73bf4abd3c0d0c9f145de45 (patch) | |
tree | 6b2c33c68428ff97b919723e243c07bef6f84973 /.config/guix-builds/vali.scm | |
parent | e957457d00e3c16b04ae3bea76f7a5c044be26f6 (diff) |
Renamed system specific files, create hati.scm
Diffstat (limited to '.config/guix-builds/vali.scm')
-rw-r--r-- | .config/guix-builds/vali.scm | 11 |
1 files changed, 11 insertions, 0 deletions
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") |