!9IQChSjwSHXPPWTa:lix.systems

Lix

1114 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-rooms307 Servers

Load older messages


SenderMessageTime
10 Mar 2026
@blokyk:matrix.orgzoë (she/her)* it was i think last week or two weeks ago, so, does that line up time wise?06:02:09
@aloisw:kde.orgaloisw No, that was at least a year ago, but maybe others have misconfigured their server in the same way. 06:02:28
@em:axolotlsin.spaceem joined the room.07:03:09
@adrielus:matrix.orgprescientmoon changed their profile picture.11:08:13
@ivris:matrix.ivris.meIvris joined the room.13:36:59
@me:doasu.devLeah ✦ they/them changed their profile picture.20:06:24
@haetae:matrix.orgawesome_sh joined the room.22:50:27
@haetae:matrix.orgawesome_shhello, i'm not sure if this is the right place, but i'm having trouble installing lix 2.94.0, i keep getting 2.93.3 when i try to follow the instructions on the website. i'm installing on nixos and using the nixos configuration, i think?22:51:50
@haetae:matrix.orgawesome_shfirst time on nix so i could absolutely be messing something up22:52:05
@haetae:matrix.orgawesome_sh nixos version is "25.11" 22:52:47
@sylfn:4d2.orgyuki sirenevapkgs.lix (and pkgs.lixPackageSets.stable.lix) is on 2.93 on nixos-25.11; to use latest release one can use pkgs.lixPackageSets.latest.lix for config.nix.package (or switch to nixos-unstable)23:02:01
@haetae:matrix.orgawesome_shgot it, tysm!!23:04:53
@haetae:matrix.orgawesome_sh erm... im dumb, how do i install nixos-unstable? do i declare that in my /etc/nixos/configuration.nix file? 23:06:21
@haetae:matrix.orgawesome_shis that recommended for a newbie, or should i just stick with the stable version of nixos?23:07:32
@sylfn:4d2.orgyuki sireneva

assuming that nix-channel tool is in use (from configuration.nix file), nix-channel --add https://channels.nixos.org/nixos-unstable nixpkgs && nixos-rebuild switch --upgrade (from nixos manual https://nixos.org/manual/nixos/stable/#:~:text=And%20if%20you%20want%20to%20live%20on%20the%20bleeding%20edge)

the catch of nixos-unstable is that breaking changes can occur at any time and updating nixos-unstable channel is like upgrading stable to next stable, with less breaking changes, but more frequent. whether this is an acceptable improvement is up to user, and sticking to nixos-stable is a good option

23:36:18
@haetae:matrix.orgawesome_shthank you so much for explaining and being patient with me, i appreciate it!23:53:04
11 Mar 2026
@skorpy:entropia.deskorpy (she/her) joined the room.15:54:57
12 Mar 2026
@flippette:matrix.orgflippette

hi all, i'm trying to enable remote builders in my shared config, and one of the machines have itself listed as a builder in its config, so i see duplicate builders in nom's output, and this shows up in journalctl

Mar 11 15:32:55 onion nixos-upgrade-start[3185]: cannot build on 'ssh-ng://nixremote@otto.flippo.cc?port=2200': error: cannot open connection to remote store 'ssh-ng://nixremote@otto.flippo.cc': error: read failed: Connection reset by peer: Host key verification failed.

is there a way to avoid this without specifying the list of builders per-machine? thanks

13:32:49
@raitobezarius:matrix.orgraitobezariuswhy not just filter out the list of builders automatically based on which machine is this using this piece of config?13:36:42
@raitobezarius:matrix.orgraitobezariusif you are using nixos, this is fairly easy13:36:46
@flippette:matrix.orgflippettehow do i do this?13:46:27
@flippette:matrix.orgflippettehere's the build machine in question13:46:34
@flippette:matrix.orgflippette
      buildMachines = [
        {
          # 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;
        }
        # others omitted
      ];
13:46:59
@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

There are no newer messages yet.


Back to Room ListRoom Version: 10