00:47
cole-h has quit [Quit: Goodbye]
00:49
cole-h has joined #nixops
02:29
teto has quit [Ping timeout: 240 seconds]
05:58
cole-h has quit [Quit: Goodbye]
09:47
avalenn has joined #nixops
13:19
Cadey has quit [Disconnected by services]
13:20
Xe is now known as Cadey
13:20
Guest30980 has joined #nixops
13:46
teto has joined #nixops
14:11
dongcarl has joined #nixops
14:41
<
gchristensen >
adisbladis and I are going to do another public PR review call here in about 20 minutes
14:42
<
gchristensen >
if anyone would like to come :)
14:53
cole-h has joined #nixops
15:05
<
cole-h >
RIP, still no audio in Firefox...
15:06
<
adisbladis >
cole-h: :/
15:06
<
adisbladis >
I use firefox for everything but calls
15:06
* cole-h
runs `nix-shell -p 'chromium'` and waits for chromium to build...
15:06
<
cole-h >
Hope you guys are still going at it tomorrow... lol
15:07
<
adisbladis >
cole-h: nix run -f channel:nixos-20.03 chromium -c chromium
15:07
<
adisbladis >
Much more likley to be in the cache :)
15:09
<
cole-h >
Oof, no audio however :(
15:09
* cole-h
can't wait to switch to NixOS to avoid these problems
15:10
<
cole-h >
I wonder if the jitsi-meet-electron package works
15:11
<
cole-h >
Still no audio x(
15:12
<
gchristensen >
ssh session read only: ssh ro-ac27dbCGS4PWBwZzBHXeWJF7U@nyc1.tmate.io
15:16
<
cole-h >
Oh come on, even my Windows VM doesn't have audio in jitsi >:(
15:17
<
gchristensen >
check pavucontrol? maybe something is up
15:17
<
cole-h >
I did -- even checked catia, all inputs are wired up
15:17
<
cole-h >
I could play mpd music just fine
15:19
<
cole-h >
I'm over it
15:22
<
cole-h >
One more time, and then I'll stop distracting you with my joining and leaving :P
15:22
<
gchristensen >
it is all good, cole-h, you can keep trying if you want :)
15:32
<
cole-h >
OMG NO WAY
15:32
<
gchristensen >
got sound?
15:32
<
cole-h >
IT'S BECAUSE I BLOCK AUDIO OF AUTOPLAY
15:33
tewfik has joined #nixops
15:33
<
gchristensen >
lmao
15:33
<
gchristensen >
sorry :)
15:33
<
cole-h >
ffffffffffffff
15:36
<
adisbladis >
gchristensen: ^
15:37
<
cole-h >
s/username is is/username is/
15:37
<
cole-h >
(on that diff)
15:38
<
adisbladis >
cole-h: <3
15:46
<
cole-h >
gchristensen: It's mostly readable, here at least.
15:51
<
tewfik >
Are you guys reviewing only nixops PRs? No nixops-aws or nixops-gcp?
15:51
<
gchristensen >
we could do other PRs too, for sure
15:52
<
cole-h >
It's just you and me, now, adisbladis...
15:52
<
tewfik >
Could you take a look at my PR in nixops-gce? It's essential to make the plugin work again
15:54
<
tewfik >
and we are actually using it in our company
15:54
<
adisbladis >
cole-h: Turn on your camera so I can see that beatiuful (presumably?) face :)
15:54
<
cole-h >
I wonder if FF will let me share it...
15:56
<
gchristensen >
tewfik: link?
15:56
<
{^_^} >
nix-community/nixops-gce#1 (by tewfik-ghariani, 6 weeks ago, open): [Fix GCP plugin] Introduce public GCE Bootstrap Image
15:57
<
{^_^} >
nix-community/nixops-gce#4 (by tewfik-ghariani, 1 week ago, open): Poetry2nixify nixops_gcp + Python3 migration
15:57
<
gchristensen >
oh great!
15:57
<
gchristensen >
we'll do that one next!
15:58
<
tewfik >
appreciate that!
16:04
<
cole-h >
adisbladis: Firefox won't even ask me to share my camera :( You'll just have to wait for next year's NixCon (assuming we can do in-person events again, by then) ;)
16:05
<
adisbladis >
cole-h: I sure hope so
16:05
<
adisbladis >
I'm so bummed we can't have nixcon this year :/
16:10
<
gchristensen >
me too :(
16:12
<
cole-h >
"I think" loool
16:13
<
cole-h >
Very good idea -- I was about to warn you against maybe exposing secrets again
16:22
<
cole-h >
Yesterday's gchristensen: "Yo, nano is so nice."
16:22
<
cole-h >
Today's gchristensen: "Yo, nano sucks."
16:24
<
cole-h >
gchristensen: You should test doas
16:24
<
cole-h >
I can fix that ;^)
16:24
<
cole-h >
There is a port
16:24
<
cole-h >
And it's packaged (but old)
16:24
<
adisbladis >
cole-h: Please do ;)
16:26
<
cole-h >
Bam, working doas
16:27
<
cole-h >
Only reason it hasn't been PR'd yet is because I don't run NixOS :) It works fine in my VM, but that doesn't guarantee much.
16:27
<
adisbladis >
cole-h: I've never used doas. How do I do passwordless doas?
16:28
<
adisbladis >
Personally I do passwordless sudo using ssh-agent
16:28
<
cole-h >
>permit nopass :wheel
16:28
<
cole-h >
in /etc/doas.conf
16:28
<
adisbladis >
cole-h: Are there other approaches than just "no password"?
16:28
<
adisbladis >
Like my solution with ssh agent forwarding
16:29
<
cole-h >
No idea. How do you achieve that with sudo? I could check.
16:32
<
gchristensen >
tewfik: looking at yours now
16:32
<
tewfik >
Just a note, the second PR contains all the changes from the first one
16:33
<
cole-h >
It appears `security.pam.services.....` is just PAM stuff, so it should(?) work
16:33
<
cole-h >
(OpenDoas does take advantage of PAM, IIRC)
16:34
<
adisbladis >
cole-h: Cool!
16:34
<
tewfik >
makes sense
16:34
<
cole-h >
gchristensen: Your camera just moved wtf
16:35
<
cole-h >
You're freaking me out man
16:37
<
gchristensen >
haha, I have a second camera so I can just look at my regular monitor and close my laptop screen
16:53
<
gchristensen >
nice, that error is definitely in master
16:53
<
gchristensen >
( nice in a :( way )
16:55
<
{^_^} >
nixops#1334 (by manveru, 13 seconds ago, open): fix op_check
16:55
<
gchristensen >
manveru++ thank you!
16:55
<
{^_^} >
manveru's karma got increased to 37
16:56
<
cole-h >
adisbladis++ Nice commit messages :P
16:56
<
{^_^} >
adisbladis's karma got increased to like 62, I think
16:57
<
cole-h >
`curl <commit>.patch -O`
16:57
<
cole-h >
or pipe to `git am`, yeah
17:00
<
tewfik >
thanks for sharing
17:03
<
gchristensen >
whoa
17:07
<
cole-h >
To prep for next week, would be a good idea to rebase it tewfik
17:07
<
manveru >
is there some calendar for this? :)
17:07
<
gchristensen >
there could be ;D
17:07
<
adisbladis >
manveru: It sort of just happened :D
17:07
<
gchristensen >
I think we did it roughly the same time yesterday too?
17:07
<
gchristensen >
last week*
17:09
<
cole-h >
Maybe next week I'll boot into Windows so y'all can see my lovely face (I don't really want to mess with v4l2 lol)
17:09
<
gchristensen >
manveru: I think garbas was looking at a calendar thing, but also he's on holiday today
17:10
<
adisbladis >
tewfik: Really cool that you came in with your own PR's so it's just not me and gchristensen =)
17:10
<
gchristensen >
yeah! that was really cool, nice to talk to you :)
17:11
<
tewfik >
thank you guys I appreciate that! You're doing an amazing work
17:12
cp9 has joined #nixops
17:14
<
adisbladis >
cole-h: Any reason your doas stuff is not in nixpkgs yet?
17:14
<
cole-h >
I could certainly PR the vbump, but the only way I can test the module is in a VM
17:14
<
cole-h >
I guess I could make it a draft, though...
17:14
<
adisbladis >
I've wanted to get away from sudo for a few months after trying to write a test for the passwordless sudo stuff and dealing with sudo segfaulting :/
17:15
<
adisbladis >
cole-h: Please do, I'm interested in exploring doas :)
17:16
<
cole-h >
OK, sending it up, then :)
17:18
<
adisbladis >
I'm not expecting great results :P
17:18
<
gchristensen >
who!
17:18
<
gchristensen >
whoa!*
17:23
tewfik has quit [Ping timeout: 260 seconds]
17:24
tewfik has joined #nixops
17:31
<
gchristensen >
adisbladis: are you just ... tired ... after that call? it is hard work!
18:02
<
adisbladis >
gchristensen: Not tired so much as mental fatigue
18:02
<
adisbladis >
Feeling like my brain is empty
18:02
<
gchristensen >
yeah, I just call that tired :P
18:07
<
adisbladis >
I mean, tired can mean sleepy
18:08
<
adisbladis >
Can it not?
18:08
<
adisbladis >
I'm overthinking this
18:14
tewfik has quit [Ping timeout: 264 seconds]
19:45
<
adisbladis >
energizer: Cool :)
19:49
cp9 has quit [Remote host closed the connection]
20:02
tewfik has joined #nixops
20:05
tewfik has quit [Client Quit]
22:07
ornxka has quit [*.net *.split]
22:07
meatcar has quit [*.net *.split]
22:07
andi- has quit [*.net *.split]
22:07
aminechikhaoui has quit [*.net *.split]
22:07
{^_^} has quit [*.net *.split]
22:08
meatcar has joined #nixops
22:09
meatcar has joined #nixops
22:09
meatcar has quit [Changing host]
22:10
andi- has joined #nixops
22:10
ornxka has joined #nixops
22:34
aminechikhaoui has joined #nixops
23:18
{^_^} has joined #nixops