gchristensen changed the topic of #nixos-chat to: NixOS but much less topical || https://logs.nix.samueldr.com/nixos-chat
red[evilred] has quit [Quit: Idle timeout reached: 10800s]
drakonis has joined #nixos-chat
das_j1 has joined #nixos-chat
drakonis has quit [Quit: WeeChat 2.6]
<aleph-> tilpner: So question, trying out your declarative config for weechat, running into som errors I'm not sure of. Enclosed is the error, along with the default/config.nix files. Both are located under /etc/nixos/weechat/ which I then import into my configuration.nix
<aleph-> Seems to be errorig out while evaluating the attribute "config"
noonien has quit [Quit: Connection closed for inactivity]
<samueldr> >> You're receiving this email because [...] has a Firefox account and is subscribed to Firefox Account Tips.
<samueldr> no
<aleph-> Heh
<aleph-> Heya samueldr. How goes it?
<samueldr> tired and about to go afk :)
<aleph-> Heheh. Night
endformationage has quit [Ping timeout: 252 seconds]
<MichaelRaskin> matrix-recorder forced me to fix a many-years-old bug in my CL-Fuse. I wants to store secrets on FS, so I put them into a FUSE encrypted folder with easy user-level locking/unlocking, but I have _never_ needed chown() call to work (what user-level program would even expect it to work??)
<kraem> any tips for how i would get ahold of DBUS_SESSION_BUS_ADDRESS env var programmatically in a systemd service?
samueldr has quit [*.net *.split]
samueldr has joined #nixos-chat
__monty__ has joined #nixos-chat
<kraem> nvm - found out that the env var is saved under ~/.dbus/.. - sourced that file in the service script and everything's working fine
<tilpner> aleph-: I don't see any error. I'll be available tomorrow, ping me then if you're still having trouble
<das_j> hm werid. after running nixos-rebuild boot (not switch) yesterday, it seems like all my JVMs failed with internal errors. now after a proper reboot, everything is running perfectly
<das_j> such a great software product
<das_j> Talking about good bugs: java.lang.RuntimeException: There must be exactly one permissions manager; found []
das_j1 has quit [Remote host closed the connection]
<MichaelRaskin> gchristensen: BTW, re RFC#46: are you trying to find some time to reread the current state?
<MichaelRaskin> EXWM is not going too far; currently switching to a from a PDF viewer by screen window switch
<gchristensen> MichaelRaskin: yes, I am trying :x
<MichaelRaskin> Was just checking that the recent mentions in the discussion there didn't go straight to ignore
<gchristensen> aye
<gchristensen> I'm like 3mo behind on a project and I'm hoping to get it done before Dec1
<gchristensen> Download: 1315.97 Mbit/s ... Upload: 1720.20 Mbit/s ... yum.
drakonis has joined #nixos-chat
<__monty__> What a braggart, smh.
<gchristensen> I don't get to keep these:(
<__monty__> Is it an open source project? People might wanna chip in for some nixos merch ; )
<gchristensen> :)
<gchristensen> it is for https://github.com/grahamc/packet-nixos -- the installation tooling which Packet uses to install NixOS for customers. they had a customer request to be able to install NixOS using ZFS as the / filesystem, and also to be able to use https://support.packet.com/kb/articles/custom-partitioning-raid
<gchristensen> it is really annoying to work on and test
andi- has quit [Remote host closed the connection]
andi- has joined #nixos-chat
<aleph-> tilpner: Will do.
drakonis has quit [Quit: WeeChat 2.6]
<gchristensen> lol up to 2 feet of snow by tuesday
lopsided98 has quit [Quit: No Ping reply in 180 seconds.]
clever has quit [Ping timeout: 240 seconds]
lopsided98 has joined #nixos-chat
clever has joined #nixos-chat
<Taneb> gchristensen: winter where you are sure works quick
<gchristensen> :) it was -15C like 3 weeks ago
<Taneb> ...sure works early
<aleph-> gchristensen: Lucky
lopsided98 has quit [Ping timeout: 250 seconds]
lopsided98 has joined #nixos-chat
<clever> "2019-11-30 10:22:53 bedroom temp: 23.69c(74.64f), kitchen: 19.81c(67.66f), living room: 20.25c(68.45f), outdoor: -3.38c(25.93f), server: 22.88c(73.18f) VCC: over 4.5 volts portb: 00000000"
<clever> "2019-11-30 11:38:37 bedroom temp: 24.00c(75.20f), kitchen: 20.00c(68.00f), living room: 20.31c(68.56f), outdoor: 1.12c(34.02f), server: 23.25c(73.85f) VCC: over 4.5 volts portb: 00000000"
<clever> "2019-11-30 11:42:38 bedroom temp: 23.69c(74.64f), kitchen: 20.00c(68.00f), living room: 20.38c(68.68f), outdoor: -0.25c(31.55f), server: 23.25c(73.85f) VCC: over 4.5 volts portb: 00000000"
<clever> gchristensen: its been wavering about 4 degrees here, over the last hour-ish
pie_ has joined #nixos-chat
endformationage has joined #nixos-chat
<gchristensen> 4 sounds nice
<gchristensen> -4 here :P
<pie_> im a few days late to the <drakonis> https://twitter.com/ossia/status/1197950543706112001
<pie_> party
<pie_> PIA that runs freenode also got bought by someone recently
<MichaelRaskin> gchristensen: which -4?
<gchristensen> C
<aleph-> pie_: Right?
<MichaelRaskin> Ah that's fine
<MichaelRaskin> Around 0C here
<MichaelRaskin> -4F in _November_ would be harsh
<gchristensen> no kidding!
<gchristensen> it'll be -4F in a month or so
<MichaelRaskin> I expect to avoid such excesses here
<aleph-> Hmm, gchristensen is there a full list of all nix functions? Or should I just be checking in the nix manual?
<aleph-> Trying to find defs for functions in this nix file I got from tilp
<MichaelRaskin> All Nix builtins? I think there are some intentionally undocumented
<gchristensen> some are mistakenly undocumented, like builtins.foldl' too ... :/
<adisbladis> Huh, I didn't know foldl' was undocumented
<aleph-> Specifically looking for a few that I haven't found yet. Not sure if they were custom ones he forgot to share with me. Looking at writeTextDir, symlinkJoin, and makeBubbleWrap.
<gchristensen> makeBubbleWrap?
<aleph-> Yeah it's an odd one. I kinda assume that's a custom function he was using.
<MichaelRaskin> Sounds like a custom bubblewrap kind-of-container generator
<__monty__> pie_: Afaik they don't operate freenode? They're a sponsor, sure.
<pie_> hm ok
drakonis has joined #nixos-chat
<gchristensen> it is cold enough where I am now that my display has very noticable trails when I move the cursor quickly
<aleph-> A yeah makeBubblewrap was something tilp was gonna push to NUR. Not sure I need it.
<aleph-> Ah yeah*
<ashkitten> so we got back around to the used server we had been trying to run things on, and it kept failing to boot various operating systems... pretty sure we identified bad ecc ram that wasn't self-diagnosing?
<ashkitten> tbh if it wasn't ecc we would've caught it much earlier
<aleph-> Heh
<drakonis> wasnt makeBubblewrap going to be used with lutris?
<drakonis> as the existing solution broke wine
<aleph-> Heya drakonis
<drakonis> hey
<aleph-> Fiddling with Jenkins. End me
<drakonis> cant be as bad as me worrying about phones
<aleph-> Heh oh?
<drakonis> replacing my phone and my dad rushed things along, so the shop i'm getting it from, has already ordered it
<aleph-> Funnn
<drakonis> so now i'm having second thoughts on the whole thing and wanted a different phone
<drakonis> so i wonder if i can get a different phone now
<drakonis> because ughh
<drakonis> fuck
__monty__ has quit [Quit: leaving]
nckx has quit [Quit: Updating my GNU Guix System — https://guix.gnu.org]
drakonis has quit [Quit: WeeChat 2.6]
nckx has joined #nixos-chat