-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnixos.yaml
41 lines (34 loc) · 1.07 KB
/
nixos.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
arch: "aarch64"
images:
- location: "https://s3.us-west-2.amazonaws.com/static.msgilligan.com/nixos-lima/nixos-lima-unstable-aarch64.qcow2"
arch: "aarch64"
digest: "sha512:51529441cec5b90c3772f81ec5cfc09c6ce4534ac76e7cb8415df754900cc2250947df59c327d9c7dbbcb95a3dc317f0c8c55fdd3c7c00740693c3cc437f7fce"
- location: "https://s3.us-west-2.amazonaws.com/static.msgilligan.com/nixos-lima/nixos-lima-unstable-x86_64.qcow2"
arch: "x86_64"
digest: "sha512:5492489506bb14ace363f83d30425db48a01c379bb39a3787b914c9eac754e59326a5b424866f423c2d2e0358d0975bbf94a1cf3914e91654cc399daea1f0fe5"
mounts:
- location: "~"
writable: false
9p:
# Try choosing "mmap" or "none" if you see a stability issue with the default "fscache".
cache: "mmap"
- location: "/tmp/lima"
writable: true
9p:
cache: "mmap"
mountType: "9p"
ssh:
# This allows access to GitHub, etc.
forwardAgent: true
containerd:
system: false
user: false
provision:
- mode: system
script: |
#!/bin/bash
set -eux -o pipefail
- mode: user
script: |
#!/bin/bash
set -eux -o pipefail