diff options
author | bd <bdunahu@gmail.com> | 2024-01-04 01:45:35 -0700 |
---|---|---|
committer | bd <bdunahu@gmail.com> | 2024-01-04 01:45:35 -0700 |
commit | 72d077e0734181dba51193ffabe21fb69b864dc8 (patch) | |
tree | ecfd4ac86395027b93cee22f39f022d24e27305d /.config/guix-builds/host-instance.scm | |
parent | 3974f1e91d51d9540bcd0cbaddc995607772fd98 (diff) |
Added new guix dotfiles
Diffstat (limited to '.config/guix-builds/host-instance.scm')
-rw-r--r-- | .config/guix-builds/host-instance.scm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.config/guix-builds/host-instance.scm b/.config/guix-builds/host-instance.scm new file mode 100644 index 0000000..cebcbd1 --- /dev/null +++ b/.config/guix-builds/host-instance.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") |