!PbtOpdWBSRFbEZRLIf:numtide.com

Nix Community Projects

640 Members
Meta discussions related to https://nix-community.org. (For project specific discussions use github issues or projects own matrix channel). Need help from an admin? Open an issue on https://github.com/nix-community/infra/issues163 Servers

Load older messages


SenderMessageTime
16 May 2024
@toonn:matrix.orgtoonn Of the new Darwin builder that is. 12:11:38
@glepage:matrix.orgGaétan Lepage
[1] glepage@darwin01> cat /etc/ssh/ssh_host_ed25519_key.pub                                                                                                                         ~
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFz8FXSVEdf8FvDMfboxhB5VjSe7y2WgSa09q1L4t099 
12:29:20
@glepage:matrix.orgGaétan Lepage https://nix-community.org/community-builder/ 12:29:41
@glepage:matrix.orgGaétan Lepage * Also available here: https://nix-community.org/community-builder/ 12:30:04
@toonn:matrix.orgtoonn That's the public key. 12:33:50
@toonn:matrix.orgtoonn Which has changed, which is all the fingerprint tells me anyway I guess. So what's the use of SSH key fingerprints? 13:43:46
17 May 2024
@zodman101:matrix.orgzodman changed their display name from Andres Vargas - zodman to zodman.02:19:03
@domenkozar:matrix.orgDomen Kožarhttps://github.com/nix-community/fenix/pull/147 can someone merge this?23:10:26
18 May 2024
@zimbatm:numtide.comJonas Chevalierit looks like figsoda was last active in January in this repo06:48:52
@zimbatm:numtide.comJonas Chevalierdid you try reaching out to him?06:49:13
@zimbatm:numtide.comJonas Chevalierstill pretty active overall: https://github.com/figsoda06:50:11
@k900:0upti.meK900Do we have VNC or something on the Darwin builder?08:43:46
@k900:0upti.meK900I really want to see if all of this graphical shit I'm building actually runs08:43:55
@joerg:thalheim.ioMic92macos has vnc support, but I don't think it has been configured so far?12:12:50
@joerg:thalheim.ioMic92We could maybe enable it on localhost and than use ssh instead of passwords.12:13:13
@figsoda:matrix.orgfigsoda
In reply to @domenkozar:matrix.org
https://github.com/nix-community/fenix/pull/147 can someone merge this?
merged into staging, should be in main soon
thanks for the ping, I haven't been checking github much recently
17:43:06
@figsoda:matrix.orgfigsoda
In reply to @domenkozar:matrix.org
https://github.com/nix-community/fenix/pull/147 can someone merge this?
* merged into staging, should be in main soon it is in main now
thanks for the ping, I haven't been checking github much recently
18:27:08
@antifuchs:asf.computerantifuchsthink I ran into the same issue a few weeks ago but didn't stop to diagnose. thanks for fixing it!19:12:10
19 May 2024
@zowoq:matrix.orgzowoq
In reply to @joerg:thalheim.io
macos has vnc support, but I don't think it has been configured so far?
Currently only for the admins and I disable it when it isn't in use.
00:14:14
@zowoq:matrix.orgzowoq
In reply to @joerg:thalheim.io
We could maybe enable it on localhost and than use ssh instead of passwords.
IIRC this used to be possible a couple of years ago but with every new macOS version apple locks down more of this sort of functionality so it might not be possible now or could require a ridiculous workaround that makes it impractical. I've opened an issue to track this, I should be able to find some time to investigate soon. https://github.com/nix-community/infra/issues/1276
00:15:12
20 May 2024
@ckie:ckie.devmei 🌒& changed their display name from ckie (they/them) to mei 🌒&.00:06:21
@asmundesen:matrix.orgArtur Manuel joined the room.21:17:21
@asmundesen:matrix.orgArtur Manuel set a profile picture.21:18:47
@asmundesen:matrix.orgArtur ManuelHello everyone, I'm coming in because of a strange issue I have been encountering with the Cachix server21:19:43
@asmundesen:matrix.orgArtur Manuelimage.png
Download image.png
21:19:43
@asmundesen:matrix.orgArtur Manuel I have defined this binary cache in both flake.nix and my host configuarion but it "doesn't know how to open that store"? 21:20:36
@asmundesen:matrix.orgArtur Manuel for the flake.nix:
  nixConfig = {
    extra-substituters = [
      "nix-community.cachix.org"
    ];
    extra-trusted-public-keys = [
      "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
    ];
  };
for the host config:
  nix = {
    settings = {
      experimental-features = ["nix-command" "flakes"];
      substituters = [
        "https://nix-community.cachix.org"
        "https://cache.nixos.org/"
      ];
      trusted-public-keys = [
        "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
      ];
    };
  };
21:21:38
@asmundesen:matrix.orgArtur ManuelI don't really know if this is a server related issue or just a blunder on my part but I think everything looks fine here21:25:07
@jade_:matrix.org@jade_:matrix.org
In reply to @asmundesen:matrix.org
I have defined this binary cache in both flake.nix and my host configuarion but it "doesn't know how to open that store"?
that's your flake config being stuffed
21:55:29
@jade_:matrix.org@jade_:matrix.orgman nix3-help-stores21:55:52

Show newer messages


Back to Room ListRoom Version: 6