diff options
author | bd <bdunahu@gmail.com> | 2024-01-04 02:36:05 -0700 |
---|---|---|
committer | bd <bdunahu@gmail.com> | 2024-01-04 02:36:05 -0700 |
commit | e957457d00e3c16b04ae3bea76f7a5c044be26f6 (patch) | |
tree | d735e7aba48deef6697173459d0cea8af81e0fe1 | |
parent | b0ba84d2a7a3522932bb38c4babcbd65a529cfdd (diff) |
Removed incorrect file.
-rw-r--r-- | .config/guix-builds/host-instance.scm | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.config/guix-builds/host-instance.scm b/.config/guix-builds/host-instance.scm deleted file mode 100644 index cebcbd1..0000000 --- a/.config/guix-builds/host-instance.scm +++ /dev/null @@ -1,11 +0,0 @@ -;; 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") |