Compare commits

..

No commits in common. "5742a7da5f9a2c0622952f4c0bea99d28165dd2c" and "d126fbc5be514dfcbd4ca262232a6b5342f27522" have entirely different histories.

5 changed files with 7 additions and 23 deletions

View File

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

View File

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

View File

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

View File

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

View File

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