05:23
orivej has joined #nixos-borg
05:41
orivej has quit [Ping timeout: 258 seconds]
05:41
orivej has joined #nixos-borg
06:00
cole-h has quit [Quit: Goodbye]
06:05
orivej has quit [Ping timeout: 258 seconds]
06:06
orivej has joined #nixos-borg
06:14
orivej has quit [Quit: No Ping reply in 180 seconds.]
06:15
orivej has joined #nixos-borg
06:23
orivej has quit [Quit: No Ping reply in 180 seconds.]
06:24
orivej has joined #nixos-borg
06:40
orivej has quit [Quit: No Ping reply in 180 seconds.]
06:42
orivej has joined #nixos-borg
07:22
orivej_ has joined #nixos-borg
07:23
orivej has quit [Ping timeout: 264 seconds]
07:33
orivej_ has quit [Ping timeout: 246 seconds]
07:34
orivej has joined #nixos-borg
07:49
orivej has quit [Ping timeout: 260 seconds]
07:49
orivej_ has joined #nixos-borg
08:00
nix-build has quit [Remote host closed the connection]
08:00
{^_^} has joined #nixos-borg
08:02
orivej_ has quit [Ping timeout: 258 seconds]
08:03
orivej has joined #nixos-borg
08:17
orivej has quit [Quit: No Ping reply in 180 seconds.]
08:17
orivej has joined #nixos-borg
09:09
orivej has quit [Ping timeout: 260 seconds]
09:10
orivej has joined #nixos-borg
09:21
orivej has quit [Ping timeout: 265 seconds]
09:21
orivej has joined #nixos-borg
09:29
orivej has quit [Ping timeout: 256 seconds]
09:29
orivej_ has joined #nixos-borg
09:37
orivej_ has quit [Ping timeout: 260 seconds]
09:38
orivej has joined #nixos-borg
09:54
orivej has quit [Quit: No Ping reply in 180 seconds.]
09:55
orivej has joined #nixos-borg
10:10
orivej has quit [Ping timeout: 258 seconds]
10:10
orivej has joined #nixos-borg
10:21
orivej has quit [Ping timeout: 265 seconds]
10:22
orivej has joined #nixos-borg
10:41
orivej has quit [Ping timeout: 246 seconds]
10:42
orivej has joined #nixos-borg
10:54
orivej has quit [Ping timeout: 246 seconds]
10:54
orivej has joined #nixos-borg
11:26
orivej has quit [Ping timeout: 246 seconds]
11:26
orivej has joined #nixos-borg
11:41
orivej has quit [Ping timeout: 264 seconds]
11:41
orivej_ has joined #nixos-borg
11:56
adisbladis has joined #nixos-borg
14:43
orivej_ has quit [Ping timeout: 258 seconds]
14:43
orivej has joined #nixos-borg
15:05
orivej has quit [Quit: No Ping reply in 180 seconds.]
15:07
orivej has joined #nixos-borg
15:18
orivej has quit [Ping timeout: 264 seconds]
15:18
orivej_ has joined #nixos-borg
15:32
orivej_ has quit [Ping timeout: 260 seconds]
15:35
cole-h has joined #nixos-borg
15:38
orivej has joined #nixos-borg
16:20
orivej has quit [Quit: No Ping reply in 180 seconds.]
16:21
orivej has joined #nixos-borg
16:47
evanjs has joined #nixos-borg
17:45
orivej has quit [Quit: No Ping reply in 180 seconds.]
17:46
orivej has joined #nixos-borg
18:01
orivej_ has joined #nixos-borg
18:01
orivej has quit [Ping timeout: 246 seconds]
18:12
orivej has joined #nixos-borg
18:12
orivej_ has quit [Ping timeout: 264 seconds]
18:41
orivej has quit [Ping timeout: 260 seconds]
18:41
orivej has joined #nixos-borg
20:12
adisbladi has joined #nixos-borg
20:18
adisbladis has quit [*.net *.split]
20:57
<
cole-h >
LnL++ Nice password and virtualhost lol. Cheers, thanks. I had started with trying the stuff from infra but it was too needy :P
20:57
<
{^_^} >
LnL's karma got increased to 0o110
20:59
<
LnL >
yeah, what I generally try to do for infra stuff is decouple the modules from nixops
20:59
<
LnL >
so that you can also test parts in isolation with build-vm
21:09
<
{^_^} >
nixpkgs#90689 (by cole-h, 15 minutes ago, merged): agda: fix manual build -- blocks nixpkgs-unstable
21:09
<
cole-h >
Rather, is there any reason we don't already have one set up?
21:12
<
{^_^} >
#511 (by LnL7, 2 weeks ago, open): move lib-tests to a build
21:13
<
cole-h >
Yeah, I thought we had something similar already lined up...
21:14
<
LnL >
only thing is that it won't be checked strictly like the evaluation
21:17
<
cole-h >
How's that? Is that part of what the `EvalChecker::new` does -- set it to strict?
21:30
<
LnL >
not actually sure where that happens
21:31
<
LnL >
but making it strict would break staging prs
21:31
<
infinisil >
LnL: Just linked to #472 in your PR
21:32
<
LnL >
yeah, I really don't like the random nixpkgs reference tho
22:01
<
cole-h >
LnL: Is your /run/keys/rabbitmq_exporter just some `dd if=/dev/random of=key bs=32 count=1` thing, or is there more to it?
22:02
<
LnL >
that's the password of a user with monitoring permissions
22:02
<
cole-h >
Oh, a prometheus user? Got it.
22:08
<
cole-h >
LnL: And I'm assuming I need to let builder-1 access the virtual host?
22:09
<
LnL >
yeah, not sure what else I configured manually
22:09
<
LnL >
you could put it under a vhost but I just used /
22:10
<
cole-h >
btw, trying to do it from rabbitmqctl, but I got "Authentication failed (rejected by the remote node), please check the Erlang cookie"
22:10
<
cole-h >
s/trying/tried/
22:12
<
LnL >
ah yeah, needs to run as the same user unless you setup the same cookie for root or whatever
22:13
<
LnL >
cat /var/lib/rabbitmq/.erlang.cookie
22:13
<
cole-h >
Ah, got it. So if I had `doas -u rabbitmq` (the owner of the cookie), it would have probably worked
22:14
<
cole-h >
Yep, that worked.
22:15
<
cole-h >
How did you get the key to /run/keys? Manually, or do you use a nixops secret or something?
22:16
<
LnL >
have a hacky thing that pulls secrets out of vault
22:16
<
LnL >
should really setup the agent
22:17
<
cole-h >
lol. Next problem is: /run/keys is 750, and your prom-rabbit-exporter uses dynamicuser, so I can't add them to the keys group... x)
22:19
<
LnL >
I reused the node-exporter user before, maybe didn't check after anymore
22:20
<
cole-h >
Well, I'm not planning on exposing this anytime soon, so hardcoding the password shouldn't hurt.
22:21
<
LnL >
yeah, it's not running
22:46
<
cole-h >
LnL++ Thanks for the help! Got the builder up and running :D Did you by any chance setup grafana for it as well? ;^)
22:46
<
{^_^} >
LnL's karma got increased to 73
23:03
<
cole-h >
Also, why do we not want to put the builder config into the store? ("Please avoid putting the builder config in to the Nix store.")
23:04
<
cole-h >
Would be nicer if I could `${./config.json}` or `ln -s ${./config.json} ...`
23:18
<
cole-h >
Hey, setting up grafana and loki weren't that hard...
23:26
<
cole-h >
gchristensen: btw, since you stopped the ofborg patreon, I think .github/FUNDING.yml should be removed (I think it inherits from the org configuration if removed, which is open collective)
23:27
orivej has quit [Ping timeout: 258 seconds]