gchristensen changed the topic of #nixos-chat to: NixOS but much less topical || https://logs.nix.samueldr.com/nixos-chat
drakonis_ has joined #nixos-chat
Peetz0r has quit [Read error: Connection reset by peer]
Peetz0r has joined #nixos-chat
aleph- has quit [Ping timeout: 246 seconds]
drakonis_ has quit [Ping timeout: 252 seconds]
Peetz0r has quit [Ping timeout: 252 seconds]
Peetz0r has joined #nixos-chat
Peetz0r has quit [Client Quit]
Peetz0r has joined #nixos-chat
jasongrossman has quit [Ping timeout: 244 seconds]
aleph- has joined #nixos-chat
lassulus_ has joined #nixos-chat
lassulus has quit [Ping timeout: 245 seconds]
lassulus_ is now known as lassulus
hyperfekt has quit [Ping timeout: 256 seconds]
jasongrossman has joined #nixos-chat
Ericson2314 has quit [Ping timeout: 264 seconds]
sphalerit has quit [Ping timeout: 250 seconds]
thefloweringash has quit [Ping timeout: 250 seconds]
Ralith has quit [Ping timeout: 252 seconds]
peterHK has joined #nixos-chat
Ericson2314 has joined #nixos-chat
thefloweringash has joined #nixos-chat
aleph- has quit [Quit: WeeChat 2.2]
Ralith has joined #nixos-chat
sphalerit has joined #nixos-chat
jasongrossman has quit [Read error: Connection reset by peer]
sphalerit has quit [Ping timeout: 252 seconds]
thefloweringash has quit [Ping timeout: 252 seconds]
Ralith has quit [Ping timeout: 250 seconds]
Ericson2314 has quit [Ping timeout: 250 seconds]
peterHK has quit [Ping timeout: 256 seconds]
<elvishjerricco> First observation after switching to ZFS: That's a lot of caching! Sweet :)
thefloweringash has joined #nixos-chat
Ericson2314 has joined #nixos-chat
sphalerit has joined #nixos-chat
jasongrossman has joined #nixos-chat
Ralith has joined #nixos-chat
jasongrossman has quit [Quit: ERC (IRC client for Emacs 26.1)]
peterHK has joined #nixos-chat
Lisanna has joined #nixos-chat
jasongrossman has joined #nixos-chat
peterHK has quit [Ping timeout: 256 seconds]
peterHK has joined #nixos-chat
dmc has quit [Ping timeout: 240 seconds]
<colemickens> Can I get this into a oneliner? `curl -L --fail https://raw.githubusercontent.com/guibou/nixGL/master/default.nix > /tmp/nixgl.nix; nix-env -iA nixGLIntel -f /tmp/nixgl.nix`
<ekleog> well… it's already a one-liner, isn't it?
<ekleog> but doesn't `nix-env -iA nixGLIntel -f https://[...]` work?
<colemickens> it tries to extract it as a tarball, unfortunately.
<infinisil> Youtube added a chat feature??? Why???
<infinisil> Is this going to be the replacement by google for Google+ now that it's gonna shut down??
<etu> infinisil: Maybe related to live-streaming? A chat makes sense then.
<colemickens> it was used slightly during nixcon
<ekleog> colemickens: hmmm, you can likely do with `nix-env -iE '(import (builtins.fetchurl { url = https://[...]; })).nixGLIntel` or something like that? (fetchurl without sha256 works and caches only for like 1hr)
<ekleog> infinisil: that's Google's way of saying YouTube will soon be EOL'd, as it has reached its goal of accumulating enough video data :p
<jasongrossman> Every web service attempts to expand until it has streaming video and chat rooms (to misquote Jamie Zawinski ... or actually to misquote whoever first said that thing, since Wikiquote says it wasn't Zawinski).
<infinisil> Youtube streams had chats before already and that makes sense
<infinisil> But now there's something different
<infinisil> Like a normal whatsapp/telegram chat in the youtube app itself. With groups and friends and stuff
<infinisil> Their reasoning is "You can now share videos and chat about them with friends faster and easier on YouTube! 😎"
<infinisil> We have different applications for different things, don't do this shit google
<colemickens> Only idea I have is it's some "web of trust" sort of thing for trying to improve the perceived comment quality
<etu> Blockchain-comments!
<colemickens> but yeah, Google and chat apps is just a bad meme at this point
alienpirate5 has quit [Ping timeout: 250 seconds]
alienpirate5 has joined #nixos-chat
drakonis has quit [Ping timeout: 240 seconds]
drakonis has joined #nixos-chat
peterHK has quit [Ping timeout: 256 seconds]
peterHK has joined #nixos-chat
dmc has joined #nixos-chat
__monty__ has joined #nixos-chat
__Sander__ has joined #nixos-chat
<srhb> Anyone perchance have a supercharged hydra-notify lying around somewhere? /me dreads correcting it
<gchristensen> are phone cards a thing still? I need to call the US today and Three won't let me without having a UK credit card :|
peterHK has quit [Ping timeout: 256 seconds]
drakonis has quit [Ping timeout: 268 seconds]
drakonis has joined #nixos-chat
<jasongrossman> gchristensen: They are still a thing, although maybe harder to find than they used to be. There are also all sorts of schemes for phoning intermediary companies who proxy your call (although they don't call it that). I recommend lots of web searching.
<jasongrossman> gchristensen: I'm in Australia so don't know details local to you.
<elvishjerricco> srhb: Moving here, off-topic
<srhb> Ah, yes. :-)
<elvishjerricco> I guess the best part about secrets in environment variables is that they're ephemeral. They die with the process.
<srhb> Yes. Though what I _really_ want is a bit more involved
<elvishjerricco> And what is that?
<srhb> I want a wrapper that I can simply shove into ExecStart that 1) watches some secrets 2) wraps the configuration for $whateverservice and looks for placeholder variables in it
<srhb> Then, when the secret changes, it relaunches the service, templating out the configuration file into a tmpfs or something, secrets included, and relaunches the service
<srhb> This would cover like 99% of my use cases.
<elvishjerricco> srhb: Hm... Can systemd do anything like that? Like a service for vault or something that notifies systemd that a secret has changed, causing any units depending on that secret to restart?
<srhb> elvishjerricco: Possibly, I'm not sure. But I'm also not sure that's exactly what I want. I guess it is if I just always point the actual service at the rendered config file.
<srhb> Whenever that changes, do the reloady.
<srhb> Hmm!
<srhb> That might actually be quite nice.
<srhb> Then the vault-renderer basically becomes the analog to the nixops -keys services.
<elvishjerricco> Yea, I'm just thinking that the units would use vaultenv or something
<elvishjerricco> And then some daemon restarts any relevant vaultenv unit.
<elvishjerricco> That way secrets still die with processes, and there's no risk of a file changing before a unit that uses it has been killed
<srhb> I think this would be quite nice.
<elvishjerricco> Doesn't sound too hard either
<elvishjerricco> Just a matter of figuring out how that daemon would work, and how to define the systemd dependencies
<srhb> Yep.
<srhb> Anyway, lunch, then work, then more fiddling with plugins or this. :-)
<elvishjerricco> Heh nice
<elvishjerricco> srhb: Let me know if you ever get that working btw. I'd l
<elvishjerricco> I'd love to see that as a nixos module somewhere
<jasongrossman> Looks like the new MacBook Pros can't run NixOS, at least until Apple updates something: https://unix.stackexchange.com/questions/463422/2018-macbook-pro-tb-1tb-ssd
mmercier has joined #nixos-chat
harrow` has quit [Quit: Leaving]
ivan has quit [Quit: lp0 on fire]
ivan has joined #nixos-chat
harrow has joined #nixos-chat
drakonis_ has joined #nixos-chat
drakonis1 has joined #nixos-chat
drakonis has quit [Ping timeout: 244 seconds]
drakonis has joined #nixos-chat
drakonis_ has quit [Read error: Connection reset by peer]
__Sander__ has quit [Ping timeout: 252 seconds]
__Sander__ has joined #nixos-chat
drakonis1 has quit [Ping timeout: 268 seconds]
Synthetica has joined #nixos-chat
<manveru> test
<manveru> hmm, seems like irccloud finally can act as a normal bouncer so i can connect to it via ERC :)
drakonis has quit [Read error: Connection reset by peer]
drakonis has joined #nixos-chat
drakonis has quit [Read error: Connection reset by peer]
drakonis has joined #nixos-chat
<gchristensen> jasongrossman: just going to pay the extortion prices of the hotel so I don't have to worry about it
<gchristensen> jasongrossman: the macbooks haven't been able to run linux for a while now :/
<sphalerite> gchristensen: s/able/willing/ :p
<gchristensen> haha
<gchristensen> something about the keyboard driver??
drakonis has quit [Read error: Connection reset by peer]
drakonis has joined #nixos-chat
__Sander__ has quit [Quit: Konversation terminated!]
<gchristensen> oooh! I got my Three.co.uk account "topped up" with credit so I can make intl calls now. that'll be like 50eur cheaper.
<sphalerite> \o/
drakonis has quit [Read error: Connection reset by peer]
drakonis_ has joined #nixos-chat
<joepie91> Dutch police is claiming to have 'cracked the encryption' of a particular sketchy 'secure phone' being sold here
<joepie91> that phone is really just running a reskinned Xabber (XMPP client) with OTR support
<joepie91> I'm very skeptical of their claim, but if it is true, that means that Xabber is bork
<gchristensen> seems possible, especially if it is using any of the python xmpp clients
<gchristensen> since those are terrible
<joepie91> gchristensen: it's all java
<gchristensen> ah
drakonis_ has quit [Ping timeout: 252 seconds]
drakonis_ has joined #nixos-chat
mmercier has quit [Ping timeout: 276 seconds]
drakonis_ has quit [Ping timeout: 250 seconds]
drakonis_ has joined #nixos-chat
drakonis_ has quit [Ping timeout: 252 seconds]
drakonis_ has joined #nixos-chat
drakonis_ has quit [Ping timeout: 260 seconds]
drakonis_ has joined #nixos-chat
drakonis has joined #nixos-chat
drakonis_ has quit [Ping timeout: 276 seconds]
drakonis has quit [Ping timeout: 252 seconds]
drakonis has joined #nixos-chat
drakonis_ has joined #nixos-chat
drakonis has quit [Ping timeout: 252 seconds]
sir_guy_carleton has joined #nixos-chat
peterHK_ has joined #nixos-chat
drakonis has joined #nixos-chat
drakonis has quit [Quit: WeeChat 2.3]
drakonis has joined #nixos-chat
drakonis1 has joined #nixos-chat
drakonis_ has quit [Ping timeout: 250 seconds]
drakonis has quit [Ping timeout: 260 seconds]
drakonis1 has quit [Ping timeout: 252 seconds]
drakonis1 has joined #nixos-chat
<infinisil> I just wanted to have a self-hosted minimal pastebin like site
<infinisil> But after a quick thought, piping into `ssh <server> tee <file>` just works :o
<infinisil> Just need to have set up a webserver root directory somewhere
<infinisil> Pack this up with some sequential or random identifiers and you got your minimal paste site :D
<gchristensen> LnL has this clever thing of a nix store specified with ?root in his webroot, and he nix-copy-closure's stuff to it,
<gchristensen> LnL: can you refresh my memory on that?
<LnL> nix copy --to 'local?root=/www' $(nix-store --add-fixed sha256 "$@")
<LnL> I should add it to my dotfiles
<samueldr> can you add it to the other root without adding it to your local root first?
<LnL> oh, probably
<samueldr> though maybe there's an advantage to doing so?
<LnL> there's NIX_REMOTE if the store parameter doesn't work
<gchristensen> maybe with nix add-to-store?
<infinisil> Hmm, this has nothing to do with gists though?
<infinisil> Because i see no reason for using a nix store for my gists
<infinisil> Oh, I guess the content hashing
<LnL> ah no, I only use this for non text files
julm has quit [Ping timeout: 245 seconds]
julm has joined #nixos-chat
<infinisil> I see, but the content hashing sounds interesting
<infinisil> Trying to find a CLI for the fnv1a hashing function..
<LnL> gchristensen: it would be really neat if --store 'ssh-ng://host?root=/www' worked :)
<gchristensen> I was just trying to make that work :|
<gchristensen> nix-store --export $(nix-store --add-fixed sha256 ./2018-11-02-111423_1920x1080_scrot.png) | pv | ssh events.nix.gsc.io NIX_REMOTE=/var/lib/nginx/grahamc/gsc.io/public/share/ nix-store --import
<gchristensen> hehehe
<infinisil> :o
<LnL> heh
<gchristensen> my favorite pastebin was just uploading to S3 setup with a bucket policy to delete stuff after a few days
<infinisil> Hehe neat
<infinisil> Wayyy too complicated (and slow?) for my tastes though
__monty__ has quit [Quit: leaving]
endformationage has joined #nixos-chat