!eWOErHSaiddIbsUNsJ:nixos.org

NixOS CUDA

326 Members
CUDA packages maintenance and support in nixpkgs | https://github.com/orgs/NixOS/projects/27/ | https://nixos.org/manual/nixpkgs/unstable/#cuda64 Servers

Load older messages


SenderMessageTime
30 Apr 2026
@glepage:matrix.orgGaétan Lepage * FYI: cudaPackages_13 now points to cudaPackages_13_2 (which is at 13.2.0). 15:15:10
@lostmsu:matrix.orglostmsu joined the room.17:30:10
@hexa:lossy.networkhexa Gaétan Lepage is cache.nixos-cuda.org being hammered or why is it so slow to respond? 23:47:40
@hexa:lossy.networkhexaand any reason there's no ipv6 support?23:54:15
1 May 2026
@glepage:matrix.orgGaétan Lepage I am not aware. It seems okay right now, but maybe it was under heavy load. SomeoneSerge (matrix works sometimes) recently added the Anubis firewall to the web portal.
Also, it's the same machine hosting the actual hydra instance (including evaluator and queue runner) and evals are sometimes giving it a hard time.
21:07:45
@glepage:matrix.orgGaétan Lepage I didn't initially set up ipv6, but now it is available (2a01:4f9:3071:1108::1). Do you mean that the hydra instance is not correctly configured w.r.t. ipv6? 21:11:13
@hexa:lossy.networkhexadns.nix has ipv6 but that has not been propagated into dns22:08:46
@hexa:lossy.networkhexa
❯ nix eval .#dns --json | jq
{
  "domains": {
    "nixos-cuda": {
      "dnsProvider": "hetzner_v2",
      "domain": "nixos-cuda.org",
      "records": [
        {
          "address": "185.199.108.153",
          "label": "@",
          "type": "a"
        },
        {
          "address": "185.199.109.153",
          "label": "@",
          "type": "a"
        },
        {
          "address": "185.199.110.153",
          "label": "@",
          "type": "a"
        },
        {
          "address": "185.199.111.153",
          "label": "@",
          "type": "a"
        },
        {
          "address": "144.76.101.55",
          "label": "ada",
          "type": "a"
        },
        {
          "address": "95.216.20.88",
          "label": "atlas",
          "type": "a"
        },
        {
          "address": "37.27.129.22",
          "label": "hydra",
          "type": "a"
        },
        {
          "address": "2a01:4f9:3071:1108::1",
          "label": "hydra",
          "type": "aaaa"
        },
        {
          "address": "45.154.216.118",
          "label": "oxide-1",
          "type": "a"
        },
        {
          "address": "95.216.72.164",
          "label": "pascal",
          "type": "a"
        },
        {
          "label": "www",
          "target": "@",
          "type": "cname"
        },
        {
          "label": "cache",
          "target": "hydra",
          "type": "cname"
        },
        {
          "label": "grafana",
          "target": "hydra",
          "type": "cname"
        }
      ],
      "registrar": "none"
    }
  },
  "outputs": {
    "config": "// nixos-cuda\nD(\"nixos-cuda.org\",\nNewRegistrar(\"none\"),\nDnsProvider(NewDnsProvider(\"hetzner_v2\")),\nPURGE,\nA(\"@\", \"185.199.108.153\"),\nA(\"@\", \"185.199.109.153\"),\nA(\"@\", \"185.199.110.153\"),\nA(\"@\", \"185.199.111.153\"),\nA(\"ada\", \"144.76.101.55\"),\nA(\"atlas\", \"95.216.20.88\"),\nA(\"hydra\", \"37.27.129.22\"),\nAAAA(\"hydra\", \"2a01:4f9:3071:1108::1\"),\nA(\"oxide-1\", \"45.154.216.118\"),\nA(\"pascal\", \"95.216.72.164\"),\nCNAME(\"www\", \"@\"),\nCNAME(\"cache\", \"hydra\"),\nCNAME(\"grafana\", \"hydra\"))",
    "creds": "! sops decrypt --extract \"['dns-creds']\" /nix/store/r1vznya21dycgk664f6x0pqn3qmwlws0-source/.secrets.yaml"
  },
  "settings": {
    "sops": {
      "extractString": "['dns-creds']",
      "file": "/nix/store/r1vznya21dycgk664f6x0pqn3qmwlws0-source/.secrets.yaml"
    }
  }
}
22:29:02
@hexa:lossy.networkhexa
❯ host  hydra.nixos-cuda.org 
hydra.nixos-cuda.org has address 37.27.129.22
22:29:24
@glepage:matrix.orgGaétan Lepage So, the json looks fine then. Even the produced JS code.
I guess it's a bug with DNScontrol itellf then?
22:43:01
@hexa:lossy.networkhexawhen does it even run?22:43:11
@glepage:matrix.orgGaétan LepageI can confirm that I can't see the AAAA record in the Hetzner web ui22:44:29
@glepage:matrix.orgGaétan Lepageclipboard.png
Download clipboard.png
22:44:31
@hexa:lossy.networkhexawhere does dnscontrol run?22:46:25
@hexa:lossy.networkhexa can you run dnscontrol preview for example? 22:46:39
@hexa:lossy.networkhexa ok, I guess lix-dns preview 22:57:29
@hexa:lossy.networkhexa

Extremely alpha software (new and exciting bugs).

22:57:45
@hexa:lossy.networkhexacool.22:57:46
@glepage:matrix.orgGaétan LepageOk, actually it's just that Serge did not push the config after merging your PR;22:58:42
@hexa:lossy.networkhexahydra had ipv6 before my PR in dns.nix22:58:58
@hexa:lossy.networkhexaso someone didn't apply his ipv6 changes either :)22:59:10
@glepage:matrix.orgGaétan Lepageclipboard.png
Download clipboard.png
22:59:13
@glepage:matrix.orgGaétan LepageMaybe it's me then haha22:59:26
@ss:someonex.netSomeoneSerge (matrix works sometimes)I have, but I don't think dnscontrol does any effects on activation, and I myself don't have the secrets for dns23:34:47
2 May 2026
@busti:leitstelle511.net@busti:leitstelle511.net joined the room.20:59:39
@hilorioze:matrix.orgYan Hilorioze joined the room.21:46:53
@justdeeevin:matrix.orgDevin joined the room.21:50:22
@justdeeevin:matrix.orgDevin Is anyone else having trouble with the cache? right now nix-shell is giving me unable to download 'https://cache.nixos-cuda.org/ks4yx4qxaqqhpzv7qam0vwv0inl3agz3.narinfo': HTTP error 502 21:51:39
@graysontinker:matrix.orggraysontinker joined the room.21:52:28
@busti:leitstelle511.net@busti:leitstelle511.net same here. https://cache.nixos-cuda.org seems down 21:52:58

Show newer messages


Back to Room ListRoom Version: 9