<Profpatsch>
I’ll look through the announcement later and give you a review.
asymmetric has quit [Remote host closed the connection]
asymmetric has joined #nixos-dev
asymmetric has quit [Client Quit]
drakonis has joined #nixos-dev
drakonis_ has quit [Ping timeout: 250 seconds]
Taneb has quit [Quit: I seem to have stopped.]
atriq has joined #nixos-dev
atriq is now known as Taneb
drakonis_ has joined #nixos-dev
orivej has quit [Ping timeout: 250 seconds]
drakonis1 has joined #nixos-dev
johanot has joined #nixos-dev
drakonis has quit [Ping timeout: 255 seconds]
drakonis_ has quit [Ping timeout: 258 seconds]
drakonis has joined #nixos-dev
johanot has quit [Quit: WeeChat 2.2]
__Sander__ has quit [Quit: Konversation terminated!]
orivej has joined #nixos-dev
<catern>
hypothetically, would it be good to change the Hydra login modal to be a separate page instead of a modal? it's not a big deal at all, but it makes the CSRF protection slightly easier. just wondering if people already dislike the login modal for some reason and would want it to go away
<catern>
(if you like the login modal then speak up and I won't consider it any more :) )
<gchristensen>
I don't think many / any people see the login modal here
<Taneb>
gchristensen: there's more Hydras than Hydra
<gchristensen>
I know
<catern>
hmm? why don't you see the login modal?
<gchristensen>
google login doesn't use it
<Taneb>
catern: I'm not personally a fan of the login modal
<Taneb>
But it's not a big issue
<catern>
hmm I see
<sphalerite>
oh yeah, OTT: I could do with a hydra account, the google thing doesn't work for me (tried disabling adblocker already)
<sphalerite>
could anyone create one for me? :)
<gchristensen>
no, you have to register through google -- maybe try in a private browsing mode
<gchristensen>
when it works it is a bit weird ,but you click log in with google, you tell google its okay, and it redirects you to hydra -- logged in
orivej has quit [Ping timeout: 250 seconds]
<dtz>
<freenode_Pro "I’ll look through the announceme"> <3 sounds great, no rush
yl has joined #nixos-dev
johanot has joined #nixos-dev
jtojnar has quit [Read error: Connection reset by peer]
<infinisil>
This rename.nix should really be removed at some point though, there's no reason to have all these renames/deprecations in one file
<infinisil>
Afaik at least
<infinisil>
Huh
<infinisil>
Define "nearby"
<clever>
infinisil: ive also noticed that the rename modules break reading the old key, and setting nearby illegal keys doesnt cause an error
<clever>
if foo.bar.baz is an alias, then setting foo.baz.qux wont error
<clever>
yeah, it really shouldnt behave like that
<clever>
even if qux doesnt exist
<infinisil>
Oh also, the fact that all renames/removes are in one rename.nix file breaks disabledModules
<infinisil>
I recently tried to disabledModules the murmur module, but because there's `(mkRenamedOptionModule [ "services" "murmur" "welcome" ] [ "services" "murmur" "welcometext" ])` in rename.nix, it will throw an error that `services.murmur.welcometext` is not defined (or something like that)
<infinisil>
If the rename would've been done in the murmur service definition, that wouldn't be a problem