source:
dotfiles/guix/machines.scm@
20d7d4d
Last change on this file since 20d7d4d was fcd469c, checked in by , on Oct 21, 2020 at 5:48:05 PM | |
---|---|
|
|
File size: 296 bytes |
Line | |
---|---|
1 | (list (build-machine |
2 | (name "wkz-serv") |
3 | ;;(system "x86_64-linux") |
4 | (host-key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDGqGIwdYuz+fnvMFQjA7S/xw6bTkJsJg+/6bORPb3Bf root@(none)") |
5 | (user "root") |
6 | (parallel-builds 4) |
7 | (features '("kvm")) |
8 | (speed 2.0) |
9 | )) |
Note:
See TracBrowser
for help on using the repository browser.