| 18 May 2024 |
K900 | Do we have VNC or something on the Darwin builder? | 08:43:46 |
K900 | I really want to see if all of this graphical shit I'm building actually runs | 08:43:55 |
Mic92 | macos has vnc support, but I don't think it has been configured so far? | 12:12:50 |
Mic92 | We could maybe enable it on localhost and than use ssh instead of passwords. | 12:13:13 |
figsoda | 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 | 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 | think 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 | 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 | 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 |
| mei 🌒& changed their display name from ckie (they/them) to mei 🌒&. | 00:06:21 |
| Artur Manuel joined the room. | 21:17:21 |
| Artur Manuel set a profile picture. | 21:18:47 |
Artur Manuel | Hello everyone, I'm coming in because of a strange issue I have been encountering with the Cachix server | 21:19:43 |
Artur Manuel |  Download image.png | 21:19:43 |
Artur 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 |
Artur 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 |
Artur Manuel | I don't really know if this is a server related issue or just a blunder on my part but I think everything looks fine here | 21:25:07 |
@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 | man nix3-help-stores | 21:55:52 |
@jade_:matrix.org | * man nix3-help-stores | 21:55:55 |
@jade_:matrix.org | specifically it needs a protocol | 21:56:02 |
Artur Manuel | oh, yeah just noticed that now | 22:21:58 |
Artur Manuel | my mistake lmao | 22:22:04 |
| 21 May 2024 |
| Tanja (she/her) joined the room. | 11:36:47 |
| 22 May 2024 |
| NixOS Moderation Botchanged room power levels. | 15:26:03 |
| NixOS Moderation Botchanged room power levels. | 15:28:16 |
Gaétan Lepage | Hey !
Could we have a room created under the "Community" subspace for the neovim overlay project please ?
(I don't know if this is the right place to ask) | 19:11:45 |
toonn | I think you want #matrix:nixos.org | 19:37:03 |
Gaétan Lepage | In reply to @toonn:matrix.org I think you want #matrix:nixos.org Are you sure that this room exists ? I can't manage to join it... | 19:41:11 |
Lily Foster | i think #matrix-discussion:nixos.org was intended (there was some realiasing a bit back) | 19:46:50 |