gchristensen changed the topic of #nixos-chat to: NixOS but much less topical || https://logs.nix.samueldr.com/nixos-chat
lovesegfault has quit [Quit: WeeChat 2.7.1]
lovesegfault has joined #nixos-chat
* emily wonders what the netflix thing is about
<emily> someone I know had a netflix account they didn't make registered with their email address; they just did password recovery and took over/closed the account
<emily> in case it's that, might be easier than waiting on support.
<andi-> Anyone has contacts to someone at AMD? https://sourceware.org/bugzilla/show_bug.cgi?id=23249
malSet has quit [Ping timeout: 268 seconds]
malSet has joined #nixos-chat
<samueldr> emily: exactly that
<samueldr> credential stuffing
<samueldr> trying to log-in into a non-existing account creates one
<samueldr> but closing a netflix account requires you to get in touch with support
<emily> maybe it's their new sales strategy
<emily> that automatic registration thing seems very silly
wildtrees has quit [Quit: Leaving]
<emily> nix quiz: what's a way to write (unique (attrVals ["foo"] x)) that doesn't involve O(n^2) functions (it'll probably involve representing sets as { "${key}" = null; } I'm guessing)
<emily> (no, the O(n^2) doesn't actually matter)
lovesegfault has quit [Quit: WeeChat 2.7.1]
<samueldr> there are reasons to believe it's credential stuffing triggering their "frictionless registration flow", rather than them cold mailing people
<andi-> emily: my intuition says that would just be a fold on (a: b: a // { "${b}" = null; })
<andi-> but there might be better ways :)
<samueldr> the main reason is that the initial e-mail nuding you to complete the registration has a kind of SKU that ends with a locale, including a country
<emily> andi-: yeah i was hoping for something less gross
<samueldr> from a random subset it seems they are common "bad proxies" locales
<emily> honestly given that n is probably like, 100 at most, i'm not convinced the fold is actually going to outperform the unique
<emily> we need a nix profiler, except we don't, because then we would see how horrifying nixpkgs evaluation is
<andi-> emily: we have that ;)
<andi-> you can tell nix to dump some stats
<andi-> NIX_SHOW_STATS and NIX_COUNT_CALLS and you can probably do -vvvvvvvvv and the usual flamegraph thing
lovesegfault has joined #nixos-chat
lovesegfault has quit [Ping timeout: 265 seconds]
lovesegfault has joined #nixos-chat
lovesegfault has quit [Quit: WeeChat 2.7.1]
Synthetica has quit [Quit: Connection closed for inactivity]
iceypoi has left #nixos-chat [#nixos-chat]
<infinisil> > other_unique = list: lib.attrNames (lib.listToAttrs (map (x: lib.nameValuePair x null) list))
<{^_^}> other_unique defined
malSet has quit [Ping timeout: 255 seconds]
<infinisil> > other_unique [ "foo" "bar" "baz"
<{^_^}> error: syntax error, unexpected ')', at (string):287:1
<infinisil> > other_unique [ "foo" "bar" "foo" "baz" ]
<{^_^}> [ "bar" "baz" "foo" ]
<infinisil> emily: How bout that? ^
<infinisil> (Only works with things that can be converted to contextfree strings though)
<emily> infinisil: that's pretty good, guess it's probably the same as the naive fold
malSet has joined #nixos-chat
<infinisil> listToAttrs is a builtin, so it should be a bit faster
drakonis has quit [Ping timeout: 258 seconds]
lovesegfault has joined #nixos-chat
<gchristensen> oh no youtube ads have gotten past ublock origin
<samueldr> mpv?
<lovesegfault> gchristensen: no, really?
<gchristensen> really really
<worldofpeace> invidious?
<gchristensen> I'll have to give that a try. I haven't yet because I'm not a fan of a random 3rd party having my data (I use youtube in a private window too)
<joepie91> whoa, TIL: you can paste tables in GitHub's issue tracker textboxes
<joepie91> and it'll convert them to markdown tables
<joepie91> (accidentally discovered this while trying to quote something off a webpage that was in a table)
<joepie91> gchristensen: you can selfhost invidious fwiw
<hexa-> gchristensen: how really? still not seeing them, probably due to umatrix?
<gchristensen> could be that, could be that YT hasn't rolled it out to you yet
<hexa-> true
drakonis has joined #nixos-chat
<gchristensen> joepie91: yeah, I'll have to do that. it hasn't been a high priority given my ... other... todo list...
<emily> infinisil: would be nice to have this in lib but hard to think of a descriptive name for it
<emily> it would be "uniqueHashable" except nix doesn't really expose that detail at all
drakonis1 has joined #nixos-chat
malSet has quit [Ping timeout: 265 seconds]
lovesegfault has quit [Ping timeout: 268 seconds]
malSet has joined #nixos-chat
drakonis has quit [Ping timeout: 255 seconds]
drakonis has joined #nixos-chat
drakonis has quit [Client Quit]
malSet has quit [Ping timeout: 258 seconds]
malSet has joined #nixos-chat
malSet has quit [Ping timeout: 268 seconds]
lovesegfault has joined #nixos-chat
abathur has joined #nixos-chat
<infinisil> joepie91: gchristensen: Relevant: https://github.com/NixOS/nixpkgs/pull/67664
<{^_^}> #67664 (by Infinisil, 26 weeks ago, open): Invidious: init
<lovesegfault> cole-h: ping
<cole-h> πŸ‘€
<cole-h> What a nerd. "302'ing"
<lovesegfault> cole-h: I saw you are in Folsom
<lovesegfault> I work for a company in SF, and we use Rust+Nix
<cole-h> πŸ‘€
<lovesegfault> if you want a summer internship (paid, no bullshit) let me know
<cole-h> So this is what networking is like
<worldofpeace> gchristensen: but why is everything chrome?
<drakonis1> worldofpeace: because its cheap
malSet has joined #nixos-chat
<lovesegfault> cole-h: Yes :)
<drakonis1> oh
<drakonis1> yooo i hate docker
<drakonis1> it eofed and the container is still running
<lovesegfault> cole-h: last note on this: you can reach me at bernardo at standard dot ai, with the last two parts being our website
<worldofpeace> drakonis1: it was https://www.youtube.com/watch?v=TuK5mlW9svQ
<drakonis1> it was probably some plankton scheme...
<drakonis1> drat
<cole-h> lovesegfault: I'll send you an email soon (midterms permitting). Thanks for the opportunity.
<drakonis1> haha welp
<drakonis1> i forgot about how flexible spongebob jokes can be
<lovesegfault> cole-h: πŸ‘
malSet has quit [Ping timeout: 256 seconds]
waleee-cl has quit [Quit: Connection closed for inactivity]
malSet has joined #nixos-chat
andi- has quit [Ping timeout: 272 seconds]
lovesegfault has quit [Ping timeout: 256 seconds]
lovesegfault has joined #nixos-chat
andi- has joined #nixos-chat
<cole-h> gchristensen: Might want to reword that commit message (re: hydra#722 -- "llow nix command")
<{^_^}> https://github.com/NixOS/hydra/pull/722 (by grahamc, 14 minutes ago, open): Fix declarative jobsets due to `nix` command being hidden
<gchristensen> thanks, cole-h!
<cole-h> :P
<gchristensen> used 11 languages today :')
<cole-h> Which ones, aside from the obvious Nix and Perl?
<gchristensen> Bash, C++, English, French, Go, Nix, Perl, Python3, Python2, Ruby, Rust
<samueldr> baguette omelette du fromage
<cole-h> Hon hon hon
<cole-h> What'd you use Rust for? ofborg work?
tilpner has joined #nixos-chat
<gchristensen> ofborg and some unattended NixOS installation software
<samueldr> assuming it's not $WORK related, curious where Ruby fits in
<cole-h> Assuming it's not $WORK related, interested in that unattended installation software
<gchristensen> Ruby was somewhat work-related
abathur has quit [Read error: Connection reset by peer]
<samueldr> because I surely haven't seen you don a Ruby hat often
abathur has joined #nixos-chat
<gchristensen> samueldr: it has surely been a while :P I was looking in to a build failure for something I helped someone build a few years back
lovesegfault has quit [Ping timeout: 256 seconds]
tilpner_ has quit [Ping timeout: 256 seconds]
<samueldr> the gift that keeps on giving
abathur has quit [Read error: Connection reset by peer]
<gchristensen> cole-h: the unattended installation software isn't open source ~yet, but will be. but ... given this data: https://gist.github.com/grahamc/f18ca0499d0223719b8fea0b33e99997 it just does the thing and installs NixOS
lovesegfault has joined #nixos-chat
<cole-h> Oooh, it does zfs too? I'm even more interested
<cole-h> I think the plan is -- when I switch to NixOS -- to have it use ZFS. If I'm lucky, zstd will be merged by then; if not, I'll be living on the edge (from source)
<cole-h> But I'd also want luks2 (not luks1) and grub hasn't cut a new release since they merged luks2 support
<gchristensen> sounds too bleeding edge for me :P
<cole-h> Not enough blood. Muahaha!
<gchristensen> I have enough things dying on me lol
<cole-h> Haha
drakonis1 has quit [Quit: WeeChat 2.7.1]
<{^_^}> #79016 (by fpletz, 4 weeks ago, merged): nixos/tests/openarena: run real openarena clients
<gchristensen> wow nice
malSet has quit [Ping timeout: 260 seconds]
<cole-h> Anybody familiar with systemd units -- if I enable a user unit, will it die after I exit my WM and log out from the TTY?
* gchristensen is up too late
* gchristensen needs to stop doing this to himself
<infinisil> Yeah same
lovesegfault has quit [Ping timeout: 240 seconds]
<samueldr> you know you're not in the same timezone... and that makes it worse for you :)
<samueldr> (I shouldn't be one to speak)
lovesegfault has joined #nixos-chat
<lovesegfault> cole-h: Yes, it will
<lovesegfault> AFAIK
<infinisil> samueldr: :P
<cole-h> lovesegfault: Apparently I can `loginctl enable-linger` myself, but I want it to be only for 1 service :(
rardiol has quit [Ping timeout: 258 seconds]
<lovesegfault> cole-h: there must be some way of enabling that in the unit file
lovesegfault has quit [Quit: WeeChat 2.7.1]
lovesegfault has joined #nixos-chat
lovesegfault has quit [Quit: WeeChat 2.7.1]
<cole-h> Doesn't seem like an easy way to do it. `enable-linger` Just Worksβ„’ so I guess I'll stick with that for now.
cole-h has quit [Ping timeout: 260 seconds]
Jackneill has joined #nixos-chat
<viric> Hello nixos fans. I have a question about a weird behaviour of a GNU/Linux system (not NixOS)
<viric> That system is ubuntu-like. No root password set. You log in through a common user in the wheel, and "sudo -i".
<viric> If I login and "sudo -i", I can use roundrobin scheduler fine: chrt 1 ls # works fine
<viric> If I EVER login with ssh key as root, any next "chrt 1 ls" will get Permission denied.
<viric> The session started from the normal user would work, but any new session, root or normal user+sudo, will fail with Permission denied.
<viric> mh a cgroups thing
<viric> I've no idea of cgroups
__monty__ has joined #nixos-chat
<eyJhb> Hating recursive functions more and more, combined with loving them more and more..
<__monty__> Recursion's great.
<__monty__> Maybe you're just lacking a good type system.
Synthetica has joined #nixos-chat
<viric> damn systemd
<viric> What can make a systemd system not have /sys/fs/cgroup/cpu/system.slice?
iceypoi has joined #nixos-chat
<viric> or have it... grmbl
KeiraT has quit [Ping timeout: 240 seconds]
KeiraT has joined #nixos-chat
waleee-cl has joined #nixos-chat
noonien has quit [Ping timeout: 240 seconds]
jackdk has quit [Read error: Connection reset by peer]
tazjin has quit [Ping timeout: 252 seconds]
jackdk has joined #nixos-chat
steveeJ has quit [Read error: Connection reset by peer]
steveeJ has joined #nixos-chat
tazjin has joined #nixos-chat
noonien has joined #nixos-chat
Synthetica has quit [Quit: Connection closed for inactivity]
* etu really doesn't like chef
<etu> Just wanted to put that out there
<gchristensen> etu: that has been my motivation for working on Nix and NixOS =)
<etu> gchristensen: Some day I might do that. But not at my current job.
steveeJ has quit [Ping timeout: 256 seconds]
waleee-cl has quit [Ping timeout: 240 seconds]
<gchristensen> etu: yeah no worries, I didn't manage to switch that place over
<gchristensen> I was too junior with Nix
steveeJ has joined #nixos-chat
<etu> gchristensen: I tried to switch them by explaining things like declarative and being able to reproduce environments and stuff.
waleee-cl has joined #nixos-chat
<etu> gchristensen: So now we're moving to Kubernetes and Docker.
<etu> gchristensen: Which... is still better. But not what I wanted :p
<__monty__> Also not really either of those things...
<__monty__> But they're safe choices for manager types.
<etu> I hope I can sneak some nix into the docker builds :p
<__monty__> I'm pretty sure gchristensen had a great talk on that recorded.
<__monty__> Supposedly nix *is* a really nice way to generate them.
<etu> Yeah, I've read his blogpost about it
<etu> It's fun to see people trying to defend that a Dockerfile is reproducable
<gchristensen> https://www.youtube.com/watch?v=pfIDYQ36X0k here is my talk about Docker
<Taneb> etu: is there a write-up on why it isn't anywhere that I can memorize? I try to avoid docker, which means I forgot why I don't likeit
<etu> Taneb: Many people start their docker files with 'apt get update' which isn't a great start :D
<Taneb> Heh, true
<adisbladis> FROM ... < not reproducible
<adisbladis> RUN apt-get update < not reproducible
<adisbladis> And so on and so forth
<adisbladis> I was honestly really confused the first time I was writing a Dockerfile about their caching strategy
<adisbladis> Until I realised their entire strategy is stupid & doesn't even work
<leons> "caching strategy"
<adisbladis> leons: For the lack of a better term
<adisbladis> In contrast I found the Nix model much easier to understand
<eyJhb> adisbladis: the only way is to pin the FROM to a version of e.g. debian, and then build from source
<NinjaTrappeur> +1
<eyJhb> I wish I could use the Dockerfile syntax for NixOS
<leons> adisbladis: The nix model is not particularly complicated or weird. For me, mapping the "user-view" (e.g. commands, nixpkgs) onto the abstract models was the hard part learning it.
<adisbladis> eyJhb: Huh? What does "I wish I could use the Dockerfile syntax for NixOS" even mean?
<eyJhb> FROM nixos ... something something ... packages ... done
<leons> eyJhb: Technically, you could just write a derivation which just executes a bash builder, if you really wanted an ugly syntax ^^
<eyJhb> leons: I basically want it to be "the same" as a normal Dockerfile, as I want to use it for my training platform :p
<eyJhb> ANd I don't want to strive to much away
<leons> eyJhb: So you still want to run on Docker, am I getting that right?
<eyJhb> "run on Docker"? Like, I want everyone with docker installed to be able to build the image, yes :)
abathur has joined #nixos-chat
CRTified has quit [Quit: Gateway shutdown]
CRTified has joined #nixos-chat
myskran has joined #nixos-chat
abathur has quit [Ping timeout: 258 seconds]
<gchristensen> do regular computer motherboards come with hardware watchdogs these days?
<gchristensen> or maybe this is a processor feature (hi yes I am out of my depth)
<yorick> gchristensen: yes
<yorick> intel has the ITCO_WDT
<yorick> not sure about amd
<pie_[bnc]> the n^2 is just hidden! jk, i dunno
<pie_[bnc]> im waaay up in scroll
<gchristensen> yorick: mind a PM?
evanjs has quit [Quit: ZNC 1.7.5 - https://znc.in]
<yorick> gchristensen: sure!
evanjs has joined #nixos-chat
myskran has quit [Ping timeout: 255 seconds]
myskran has joined #nixos-chat
abathur has joined #nixos-chat
evanjs has quit [Quit: ZNC 1.7.5 - https://znc.in]
evanjs has joined #nixos-chat
myskran has quit [Ping timeout: 256 seconds]
drakonis has joined #nixos-chat
evanjs has quit [Quit: ZNC 1.7.5 - https://znc.in]
evanjs has joined #nixos-chat
<emily> eyJhb: see https://nixery.dev/ ?
cole-h has joined #nixos-chat
<sphalerite> Is there such a thing as a reasonably small power supply with multiple outputs (12V is a must, additional 5V (USB?) and 3.3V would make it even better)? It'd be really nice to have a single box powering my router, my modem, my IoT LAN gateway thingy, rather than having big fat plugs that each block more than one power socket because of their dimensions and needing a massive power strip because
<sphalerite> of that
<gchristensen> you could get a PC power supply and some molex adapters
<sphalerite> that's a big old mess of wires though :/
<gchristensen> you could get a power squid, whic hI assume they make for your plugs
<sphalerite> oh neat, didn't know that was a thing. Not sure they exist in a european plug variant though
<samueldr> pico-psu based setup for a smaller mess of wires
cole-h has quit [Quit: WeeChat 2.7.1]
cole-h has joined #nixos-chat
<cole-h> Can someone ping me rq? Testing something
<cole-h> srhb++
<{^_^}> srhb's karma got increased to 83
<gchristensen> cole-h
<cole-h> gchristensen++
<{^_^}> gchristensen's karma got increased to 219
<cole-h> weechat notifications weren't working because I forgot to import the dbus env var :D
<gchristensen> hehe
<ashkitten> i wish weechat could connect to its own relays
<ashkitten> so i could have weechat on my local system
slack1256 has joined #nixos-chat
waleee-cl has quit [Quit: Connection closed for inactivity]
<gchristensen> +1
<lassulus> It can connect to its own irc relays
<gchristensen> :o
<andi-> that features is in the making
<andi-> s/features/feature/
wildtrees has joined #nixos-chat
Jackneill has quit [Remote host closed the connection]
lovesegfault has joined #nixos-chat
<ashkitten> andi-: right, yeah. i wish i could do something to help that progress
<cole-h> While that hasn't been fully realized yet, what is the best bouncer I can run locally? I've got a Rock64 laying around collecting dust I could probably put it on
<gchristensen> weechat in tmux/screen on the bouncer
<andi-> ashkitten: I started writing rust bindings to the relay protocol a year ago... I wanted to build a GTK based messenger for my librem5.. luckily I still have plenty of time until that arrives... LOL
<gchristensen> fire.gif
<cole-h> gchristensen: Yeah, I've been running a screen+weechat systemd service until now
<ashkitten> gchristensen: that's honestly not as good for my needs as a headless weechat with relay
endformationage has joined #nixos-chat
<cole-h> But I suspend my computer when I head out (and thus logging stops)
<andi-> you know glowingbear?
<ashkitten> there's no way to make it not mark things as read when i'm not looking at the buffer, for instance
<ashkitten> yes, i use glowing-bear
<cole-h> Used to use it, but I prefer weechat
<andi-> ashkitten: that is a feature I also want.. I want to *unsee* messages and have them in a list of things to look at *later*
<gchristensen> cole-h: run it on a remote server and SSH to it
<ashkitten> andi-: right, yeah
<cole-h> No need to spin up my 100s of tabs for IRC with weechat :P
<andi-> also /remind me in 10m about foo
<andi-> I also want multi-screen weechat...
<andi-> And I should invest more in weechat layouts and triggers that change them
<andi-> so much chativity (like producitivity) to be gained :)
<cole-h> gchristensen: Muh latency though
<andi-> mosh?
neeasade has joined #nixos-chat
<andi-> that usually removes the typing delay I perceive
<cole-h> And also I ssh into my desktop from abroad for other things, no need to ssh out again just for IRC
<gchristensen> yeah I've used IRC like that for ... wow ... 15 years
<andi-> I do the same.. my laptop is just a single terminal to connect to my workstation
<andi-> Gah, I have to mod my deskt to allow standing at it..
<__monty__> My laptop is my irc box, which I ssh into with my desktops.
<samueldr> andi-: just started doing that this week
<lovesegfault> I am so deliriously happy that I got nouveau working
<lovesegfault> I even tried to explain to my wife what this means
<andi-> samueldr: nice. I was thinking of checking IKEA for cheap hight adjustable table legs
<andi-> so far I just use the top row of screens as they are roughly the right hight when I am standing
<samueldr> you're a big boi, first measure how high you need your desk to be, and it's recommended not to lift only the keyboard
<samueldr> some standing desks may not lift high enough for you
<andi-> samueldr: yeah, I already have the regular desk some ~8cm higher then the usual people
<lovesegfault> I went to a herman miller store this week
<lovesegfault> and I sat on the most amazing chair ever
<samueldr> also make sure you can adjust it trivially in the first few weeks
<andi-> I guess that adding some static offset to the height should be enough to compensate most issues
<lovesegfault> now all I want is that chair
<lovesegfault> I cannot describe how amazing a work chair it was
<andi-> I want it electric as otherwise I'll just not touch it :)
<samueldr> ah, I did a DIY conversion to only-standing, not convertible
<samueldr> I do have another desk right behind me to sit at
<andi-> I've been thinking of adding another desk next to this one for years.. Mostly to deal with paper work so it doesn't get in the way of the keyboards
drakonis has quit [Ping timeout: 240 seconds]
<gchristensen> I have a desk like that, but it is a bit non-traditional
<andi-> The screens alone are probably like 30kg + whatever garbage I ave on the table
<andi-> so that makes it harder to find a right electrical leg(?)
<cransom> garbage on the table is my problem.
<gchristensen> cransom: my second desk would help you, too, then
<cole-h> When your professor wants you to watch a 2.5 hour movie for a discussion posting
<andi-> gchristensen: is that 2nd desk a blackhole? :)
<cransom> i have another desk/workspace behind me. also covered in garbage, though getting better. and by garbage, lots of random unfinished electrical projects and 3d printers.
<gchristensen> andi-: pretty close, an old box I periodically empty in to a bag and take to the recycler
<andi-> That gets me to the whole scanning all the documents and no more paper topic... So much work to be done.. maybe something I could tackle this weekend
<gchristensen> I have a mediocre script for that ..
<__monty__> Ugh, I want to scan everything too but scanners are *so* slow...
<__monty__> I don't trust myself to set up a decent camera setup *and* cleanup the resulting images though.
<lovesegfault> I'm on generation 519 O.o
drakonis has joined #nixos-chat
lovesegfault has quit [Quit: WeeChat 2.7.1]
lovesegfault has joined #nixos-chat
lovesegfault has quit [Client Quit]
lovesegfault has joined #nixos-chat
<{^_^}> nixops#1048 (by tomberek, 1 year ago, merged): init: arbitrary output resources
buckley310 has quit [Ping timeout: 256 seconds]
buckley310 has joined #nixos-chat
lovesegfault has quit [Quit: WeeChat 2.7.1]
buckley310 has quit [Ping timeout: 240 seconds]
buckley310 has joined #nixos-chat
neeasade has quit [Remote host closed the connection]
neeasade has joined #nixos-chat
waleee-cl has joined #nixos-chat
lovesegfault has joined #nixos-chat
neeasade has quit [Ping timeout: 272 seconds]
<eyJhb> Any good standards for writing implementation specs/RFCs?
{`-`} has joined #nixos-chat
<gchristensen> eyJhb: try to be very, very thorough and think about side effects and how your change will impact many different scenarios.
<gchristensen> be critical of your proposal from as many different perspectives as you can
<eyJhb> gchristensen: I just suck at it, haven't got enough experience in giving that much detail
buckley310 has quit [Ping timeout: 265 seconds]
buckley3103 has joined #nixos-chat
malSet has joined #nixos-chat
malSet has quit [Remote host closed the connection]
malSet has joined #nixos-chat
abathur has quit [Ping timeout: 255 seconds]
abathur has joined #nixos-chat
abathur has quit [Read error: Connection reset by peer]
abathur has joined #nixos-chat
abathur has quit [Read error: Connection reset by peer]
abathur has joined #nixos-chat
abathur has quit [Read error: Connection reset by peer]
abathur has joined #nixos-chat
abathur has quit [Read error: Connection reset by peer]
myskran has joined #nixos-chat
myskran has quit [Read error: Connection reset by peer]
myskran has joined #nixos-chat
myskran has quit [Read error: Connection reset by peer]
myskran has joined #nixos-chat
myskran has quit [Read error: Connection reset by peer]
myskran has joined #nixos-chat
myskran has quit [Read error: Connection reset by peer]
malSet has quit [Ping timeout: 255 seconds]
<gchristensen> I wish there was a systemd directive simulator
<infinisil> gchristensen: What would it do?
<gchristensen> let me write out some of the unit directives and start / stop / fail / etc. them and see what happens
<makefu> gchristensen: cannot you do this with systemd run ?
<gchristensen> can I? :)
myskran has joined #nixos-chat
<makefu> http://0pointer.net/blog/dynamic-users-with-systemd.html - systemd-run --pty --property=DynamicUser=yes --property=StateDirectory=wuff /bin/sh
myskran has quit [Read error: Connection reset by peer]
<gchristensen> neat
<gchristensen> thanks, makefu!
myskran has joined #nixos-chat
<jtojnar> is there a convenient way with cachix/install-nix-action to run the rest of the GitHub action in nix-shell?
drakonis has quit [Quit: WeeChat 2.7.1]
__monty__ has quit [Quit: leaving]
myskran has quit [Read error: Connection reset by peer]
myskran has joined #nixos-chat
<worldofpeace> Jan Tojnar: perhaps Eelco is just too cool for matrix atm and has elided us
<jtojnar> but how are you seeing him? You are on the same home server as me, are not you?
<worldofpeace> I believe so
<jtojnar> and now logs.nix.samueldr.com are behind
<jtojnar> nevermind, this is different channel
<samueldr> yeah, something seemed weird with the bot when I connected
<samueldr> oh
<samueldr> I had to fix something earlier
<samueldr> and the server it is on seemingly had wicked lag
<samueldr> like tens of seconds
<samueldr> the irc server it was on*
<samueldr> though the server I'm running it on didn't have any significant load
<worldofpeace> idea: nixos irc network with matrix bridging πŸ˜€
<jtojnar> I am waiting for new-home to make it my own home server
<worldofpeace> Jan Tojnar: what is new-home?
<jtojnar> joepie's home server
* joepie91 floats in
<joepie91> unfortunately it's kinda blocked on spec vagueness, I've not been very successful at getting answers to my spec questions
<joepie91> seems not a lot of people actually know the intent behind the server spec
<joepie91> bit annoying
Jackneill has joined #nixos-chat
Jackneill has quit [Remote host closed the connection]
drakonis has joined #nixos-chat
myskran has quit [Read error: Connection reset by peer]
myskran has joined #nixos-chat
myskran has quit [Client Quit]
drakonis has quit [Quit: WeeChat 2.7.1]
drakonis has joined #nixos-chat
nckx has quit [Ping timeout: 268 seconds]
nckx has joined #nixos-chat
lovesegfault has quit [Quit: WeeChat 2.7.1]
drakonis has quit [Quit: WeeChat 2.7.1]
nckx has quit [Ping timeout: 268 seconds]
nckx has joined #nixos-chat
drakonis has joined #nixos-chat
drakonis has quit [Client Quit]
KeiraT has quit [Ping timeout: 240 seconds]