!eWOErHSaiddIbsUNsJ:nixos.org

NixOS CUDA

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

Load older messages


SenderMessageTime
27 Apr 2026
@amaan:amaanq.comamaan joined the room.21:48:43
@glepage:matrix.orgGaétan Lepage True, we can rename this. cc yorik.sar 22:20:11
@glepage:matrix.orgGaétan LepageI have not run into this. If you find out why, I can surely make a PR.22:20:30
@alexch01:matrix.orgAlex C joined the room.23:00:47
@sporeray:matrix.orgRobbie BuxtonAh it’s no stress and easy to get around, just wanted to make sure I wasn’t wasting work if someone had already solved it23:10:13
30 Apr 2026
@glepage:matrix.orgGaétan Lepage FYI: cudaPackages_13 now points cudaPackages_13_2 (which is at 13.2.0). 15:14:44
@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 (UTC+1) Gaétan Lepage is cache.nixos-cuda.org being hammered or why is it so slow to respond? 23:47:40
@hexa:lossy.networkhexa (UTC+1)and 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.networkhexa (UTC+1)dns.nix has ipv6 but that has not been propagated into dns22:08:46
@hexa:lossy.networkhexa (UTC+1)
❯ 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 (UTC+1)
❯ 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.networkhexa (UTC+1)when 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.networkhexa (UTC+1)where does dnscontrol run?22:46:25
@hexa:lossy.networkhexa (UTC+1) can you run dnscontrol preview for example? 22:46:39
@hexa:lossy.networkhexa (UTC+1) ok, I guess lix-dns preview 22:57:29
@hexa:lossy.networkhexa (UTC+1)

Extremely alpha software (new and exciting bugs).

22:57:45
@hexa:lossy.networkhexa (UTC+1)cool.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.networkhexa (UTC+1)hydra had ipv6 before my PR in dns.nix22:58:58
@hexa:lossy.networkhexa (UTC+1)so 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

There are no newer messages yet.


Back to Room ListRoom Version: 9