summaryrefslogtreecommitdiff
path: root/tw
diff options
context:
space:
mode:
Diffstat (limited to 'tw')
-rw-r--r--tw/system/lap.scm5
1 files changed, 4 insertions, 1 deletions
diff --git a/tw/system/lap.scm b/tw/system/lap.scm
index ab8f1dca..fb836d0d 100644
--- a/tw/system/lap.scm
+++ b/tw/system/lap.scm
@@ -400,6 +400,9 @@ support extra features (acr, pmu, gr).")
(list #$(file-append ipp-usb "/bin/ipp-usb") "standalone")))
(stop #~(make-kill-destructor)))))
+ ;; Since Guix 953c65ffdd4, build-machines can be directly specified in
+ ;; `guix-configuration'. However, this doesn't allow the dynamic
+ ;; selection of build machines as is done here.
(extra-special-file "/etc/guix/machines.scm"
(scheme-file "machines.scm"
#~(let ((lud (build-machine
@@ -409,7 +412,7 @@ support extra features (acr, pmu, gr).")
(host-key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGqXbxv3a2bZyGjnEirVCMtRBeLKW/ha8ULSR9Xye4Z1")
(user "timo")
(private-key "/home/timo/.local/share/ssh-keys/id_rsa")
- (speed .5))) ; 4 cores, 8 GB RAM
+ (speed .5))) ; 4 cores, 16 GB RAM
(vin (build-machine
(name "vin.twilken.net")
(systems '("x86_64-linux"))