From 584de83142ae43a69c6088df2571a339b7fcb087 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Sat, 7 Oct 2023 16:14:43 +0200 Subject: Update lud resources and add comment about new Guix feature --- tw/system/lap.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tw/system') 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")) -- cgit v1.2.3