blob: cebcbd1eb501ab2fbeccd95a604a5af6c3b0ea88 (
plain)
1
2
3
4
5
6
7
8
9
10
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")
|