Compare commits

...

4 Commits

Author SHA1 Message Date
Astro 5742a7da5f server{7-10}: set full nix.settings.system-features for building 2023-05-19 21:48:21 +02:00
Astro 0d5f319774 flake.lock: Update
Flake lock file updates:

• Updated input 'deployment':
    'git+https://gitea.c3d2.de/c3d2/deployment.git?ref=refs%2fheads%2fmain&rev=df7efadfc2238c7615540310d5851a377e5fa515' (2023-05-19)
  → 'git+https://gitea.c3d2.de/c3d2/deployment.git?ref=refs%2fheads%2fmain&rev=399fb47d7e3898bd972c5e9f1ef04e29bb7d05b0' (2023-05-19)
2023-05-19 21:48:21 +02:00
Astro 6f02af3ecd flake.lock: Update
Flake lock file updates:

• Updated input 'skyflake':
    'github:astro/skyflake/6d8eb10b670bf9025ed0048845e46b629df63fd7' (2023-05-10)
  → 'github:astro/skyflake/60ae57cbe5278a74f3ec4a11134c1ba7405ce356' (2023-05-19)
2023-05-19 21:48:21 +02:00
Astro 0958ca6712 flake.lock: Update
Flake lock file updates:

• Updated input 'deployment':
    'git+https://gitea.c3d2.de/c3d2/deployment.git?ref=refs%2fheads%2fmain&rev=a6831703454a941f6b0fd6b9896bf6b2d5fc2120' (2023-02-20)
  → 'git+https://gitea.c3d2.de/c3d2/deployment.git?ref=refs%2fheads%2fmain&rev=df7efadfc2238c7615540310d5851a377e5fa515' (2023-05-19)
2023-05-19 21:48:21 +02:00
5 changed files with 23 additions and 7 deletions

View File

@ -189,11 +189,11 @@
]
},
"locked": {
"lastModified": 1676935184,
"narHash": "sha256-uamBThgTL+ThpM0ns4zShMzfKlTYAdlzPwHdO5bmt4M=",
"lastModified": 1684524757,
"narHash": "sha256-gwJsDfc9hSqpqscyaEZkLccz0RH0NVss4FaxR2spUns=",
"ref": "refs/heads/main",
"rev": "a6831703454a941f6b0fd6b9896bf6b2d5fc2120",
"revCount": 2,
"rev": "399fb47d7e3898bd972c5e9f1ef04e29bb7d05b0",
"revCount": 4,
"type": "git",
"url": "https://gitea.c3d2.de/c3d2/deployment.git"
},
@ -580,11 +580,11 @@
]
},
"locked": {
"lastModified": 1683753485,
"narHash": "sha256-oMbeqvROdKX6FjuwcXEZUswXtabFmjfTp9dxczPw9o4=",
"lastModified": 1684521146,
"narHash": "sha256-qQhR5///GEJqcE9i0So+4X0JyzgsduS8dchMc3x7zBQ=",
"owner": "astro",
"repo": "skyflake",
"rev": "6d8eb10b670bf9025ed0048845e46b629df63fd7",
"rev": "60ae57cbe5278a74f3ec4a11134c1ba7405ce356",
"type": "github"
},
"original": {

View File

@ -46,6 +46,10 @@
};
simd.arch = "ivybridge";
nix.settings.system-features = [
"kvm" "big-parallel"
"nixos-test" "benchmark"
];
sops = {
defaultSopsFile = ./secrets.yaml;

View File

@ -28,6 +28,10 @@
};
simd.arch = "ivybridge"; # E5-2690 v2
nix.settings.system-features = [
"kvm" "big-parallel"
"nixos-test" "benchmark"
];
sops = {
defaultSopsFile = ./secrets.yaml;

View File

@ -57,6 +57,10 @@
};
simd.arch = "westmere";
nix.settings.system-features = [
"kvm" "big-parallel"
"nixos-test" "benchmark"
];
sops = {
defaultSopsFile = ./secrets.yaml;

View File

@ -41,6 +41,10 @@
};
simd.arch = "westmere";
nix.settings.system-features = [
"kvm" "big-parallel"
"nixos-test" "benchmark"
];
sops = {
defaultSopsFile = ./secrets.yaml;