!9IQChSjwSHXPPWTa:lix.systems

Lix

1126 Members
Lix user channel. Feel free to discuss on-topic issues here and give each other help. For matrix.to links to the rest of the Lix channels, see: https://wiki.lix.systems/books/lix-organisation/page/matrix-rooms311 Servers

Load older messages


SenderMessageTime
12 Mar 2026
@flippette:matrix.orgflippettethere's another machine that also uses this config, but only for home-manager, and it's not running NixOS either13:48:34
@raitobezarius:matrix.orgraitobezarius you can write mkIf (config.networking.hostName == "x") { ... } non ? 14:50:42
@raitobezarius:matrix.orgraitobezarius * you can write mkIf (config.networking.hostName == "x") { ... } no ? 14:50:44
@flippette:matrix.orgflippetteoh true, thank you!16:17:13
@flippette:matrix.orgflippette

for reference, this is what i'm doing now

      buildMachines = let
        machine = host:
          lib.mkIf
          (config.networking.hostName or null != host);
      in [
        (machine "onion" {
          hostName = "otto.flippo.cc?port=2200";
          protocol = "ssh-ng";
          systems = ["x86_64-linux"];
          sshUser = "nixremote";
          sshKey = "/etc/ssh/ssh_host_ed25519_key";
          maxJobs = 32;
          speedFactor = 10;
        })
      ];
16:23:52
@raitobezarius:matrix.orgraitobezariusnp16:23:51
@astoria:matrix.broken-moon.netastoria 🏳️‍⚧️ joined the room.17:16:47
14 Mar 2026
@webtier:unredacted.orgwebtier joined the room.13:31:49
@webtier:unredacted.orgwebtierWHAAAAAAAAATTTTTSSSSSSUUUUUUUPPPPPPP LIXXXXXXXOOOOOOOOOSSSSSSSSSS13:32:10
@blokyk:matrix.orgzoë (she/her)
In reply to @webtier:unredacted.org
WHAAAAAAAAATTTTTSSSSSSUUUUUUUPPPPPPP LIXXXXXXXOOOOOOOOOSSSSSSSSSS
mostly my lix+nixos-running server, for the last 154 days, when i first started learning/using nix :p
13:35:10
@webtier:unredacted.orgwebtierSounds great!13:36:28
@webtier:unredacted.orgwebtierWhat's up with #running-main:lix.systems ? I'm using flakes and want to migrate and saw this room in the docs13:40:24
@webtier:unredacted.orgwebtierOh wait, now it works, well, Fractal is weird!13:41:35
@k900:0upti.meK900It's for people running Lix from main13:41:36
@sternenseemann:systemli.orgsterniDid I run into a GC timing with these builds or what? https://buildkite.com/afnix/lix/builds/869 https://buildkite.com/afnix/lix/builds/870 https://buildkite.com/afnix/lix/builds/87113:50:01
@sternenseemann:systemli.orgsterniI can't reproduce any of these failures in case, so would be helpful if someone could try bonking these pipeline runs13:52:29
@raitobezarius:matrix.orgraitobezariusyes, it's my fault14:53:14
@raitobezarius:matrix.orgraitobezariuskicked again14:53:36
@sternenseemann:systemli.orgsterniseems to persist, maybe is the sqlite db corrupted on the builder?14:56:34
@sternenseemann:systemli.orgsterniah nvm looked at the wrong thing14:56:54
@sternenseemann:systemli.orgsterni * seems to persist, maybe is the sqlite db corrupted on the builder? 14:57:10
@raitobezarius:matrix.orgraitobezariusbuild03 has this persistent issue, but I already nuked the store and this was not sufficient15:02:21
@raitobezarius:matrix.orgraitobezariusI took out the builder15:02:28
@sternenseemann:systemli.orgsternisounds ominous15:02:49
@raitobezarius:matrix.orgraitobezariusI think it's stupid15:03:03
@antifuchs:asf.computerantifuchshm, is there a recommended thing for updating stuff like go module hashes, or is nix-prefetch with --eval the best we got? I am trying to use that in CI but it depends on so much ambient stuff to work that I'm not sure how to set up for it.17:32:57
@antifuchs:asf.computerantifuchs (needs a nixpkgs channel that it passes to the eval closure, then something is required for fetchgit to be capable of fetching git inputs, and by now I'm ready to throw up my hands and be very unhappy at it) 17:34:01
@orion:ogc.moeOrion joined the room.17:44:06
@emilazy:matrix.orgemily nix-update? 21:48:28
15 Mar 2026
@antifuchs:asf.computerantifuchshmmmm, kinda? but that doesn't seem to play too well with npins (which is what my custom packages' sources all use)...00:40:09

Show newer messages


Back to Room ListRoom Version: 10