1
0
Fork 0

Compare commits

...

3 Commits

2 changed files with 14 additions and 14 deletions

View File

@ -283,11 +283,11 @@
}, },
"nixpkgs_3": { "nixpkgs_3": {
"locked": { "locked": {
"lastModified": 1713895582, "lastModified": 1714076141,
"narHash": "sha256-cfh1hi+6muQMbi9acOlju3V1gl8BEaZBXBR9jQfQi4U=", "narHash": "sha256-Drmja/f5MRHZCskS6mvzFqxEaZMeciScCTFxWVLqWEY=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "572af610f6151fd41c212f897c71f7056e3fb518", "rev": "7bb2ccd8cdc44c91edba16c48d2c8f331fb3d856",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -5,17 +5,17 @@
nix = { nix = {
distributedBuilds = true; distributedBuilds = true;
buildMachines = [ buildMachines = [
{ # {
hostName = "hydra-1.net.clerie.de"; # hostName = "hydra-1.net.clerie.de";
sshUser = "root"; # sshUser = "root";
systems = [ # systems = [
"x86_64-linux" # "x86_64-linux"
"armv6l-linux" # "armv6l-linux"
"armv7l-linux" # "armv7l-linux"
"aarch64-linux" # "aarch64-linux"
]; # ];
sshKey = "/var/lib/hydra/id_ed25519"; # sshKey = "/var/lib/hydra/id_ed25519";
} # }
{ {
hostName = "hydra-2.net.clerie.de"; hostName = "hydra-2.net.clerie.de";
sshUser = "root"; sshUser = "root";