gchristensen changed the topic of #nixos-chat to: NixOS but much less topical || https://logs.nix.samueldr.com/nixos-chat
hedning has quit [Quit: hedning]
hedning has joined #nixos-chat
ekleog has quit [Quit: back soon]
ekleog has joined #nixos-chat
pie___ has joined #nixos-chat
pie__ has quit [Remote host closed the connection]
alienpirate5 has joined #nixos-chat
snajpa has quit [Quit: ZNC 1.7.1 - https://znc.in]
srk has quit [Ping timeout: 250 seconds]
srk has joined #nixos-chat
srk has quit [Ping timeout: 245 seconds]
srk has joined #nixos-chat
snajpa has joined #nixos-chat
aszlig has quit [Quit: Kerneling down for reboot NOW.]
aszlig has joined #nixos-chat
pie__ has joined #nixos-chat
pie___ has quit [Remote host closed the connection]
endformationage has quit [Quit: WeeChat 2.3]
metastance has joined #nixos-chat
jackdk has quit [Ping timeout: 250 seconds]
__Sander__ has joined #nixos-chat
metastance has quit [Ping timeout: 250 seconds]
lnikkila has joined #nixos-chat
metastance has joined #nixos-chat
lnikkila has quit [Quit: lnikkila]
lassulus has quit [Ping timeout: 250 seconds]
metastance has quit [Ping timeout: 250 seconds]
lassulus has joined #nixos-chat
__monty__ has joined #nixos-chat
rawreraw has joined #nixos-chat
hedning has quit [Quit: hedning]
<gchristensen> evidently the NixOS community includes at least one competitive skydiver https://screenshotscdn.firefoxusercontent.com/images/b3a2f921-9485-440a-b19f-fabfacec0153.png
<ldlework> list of books I've read or listened to: http://ldlework.com/projects/media/books/read.html
<__monty__> Guillaume is *such* a skydiver name.
pie___ has joined #nixos-chat
pie__ has quit [Remote host closed the connection]
<jasongrossman> ldlework: Ooh, I love "Lessons in the Fundamentals of Go". So funny.
hedning has joined #nixos-chat
<gchristensen> does wayland support automatically picking a background image based on resolution?
<gchristensen> and having it be different per monitor? :P this is dumb http://gsc.io/scratch/2018-11-30T15:07:03Z-full-screen-af20516e-6f85-43d1-99d0-80dc396d6f86.png
<jasongrossman> c
endformationage has joined #nixos-chat
<andi-> gchristensen: upgrade :P
<gchristensen> andi-: :D
<andi-> I actually need that as well...
<andi-> I also need some nix-shell-environment auto-updater that keeps them up2date whenever I upgrade...
<andi-> I have gc-roots for them but that doesn't help if not everything is pinned -.-
<gchristensen> yes, I too want that.
<andi-> yay, I saw that a while ago while stalking random peoples nix expressions on github ;-)
<andi-> Must clenaup my own mess..
<gchristensen> I say, make more mess.
<andi-> Hrhr yes that's part of the mess.. Not commiting it.. The problem is partially that I have 3 repos for configurations for my machines.. Should consolidate that a bit..
<gchristensen> you should know that the list of repos produced by that service is very long.
__Sander__ has quit [Quit: Konversation terminated!]
disasm has joined #nixos-chat
pie__ has joined #nixos-chat
pie___ has quit [Remote host closed the connection]
bitmapper has joined #nixos-chat
hedning has quit [Quit: hedning]
bitmapper has quit [Remote host closed the connection]
<__monty__> andi-: Keeping roots isn't enough?
<gchristensen> I think he wants it to auto fetch inputs for each nix shell when he updates his channel
<__monty__> Your note increases my confidence in your unit ^^
<gchristensen> oh?
<andi-> graham is right, that is what I want :-)
rawreraw has quit [Ping timeout: 246 seconds]
<infinisil> Our family has bought the possibly best router and powerline hardware now
<infinisil> I've been trying to get it to work for like 4 hours now
<ldlework> hehe
<infinisil> Current state: WLAN works no problem (once it's running). LAN works with one of the powerline adapters well (20Mbps), with one of them medium (8Mbps) and one of them doesn't work at all
<infinisil> Number of problems to solve: ~5
<ldlework> mo money (spent on your router) mo problems
<infinisil> Ways to debug the problem: try resetting to factory defaults or restart
<infinisil> Friday evening so ruined
<infinisil> And the weekend probably as well
<infinisil> Unless we can get this to work
<ldlework> oh shit it's friday?
<ldlework> dang
<infinisil> Lol why so surprised?
<__monty__> infinisil: Did you have powerlines working between those points before? They can't cross electrical circuits so you might just be out of luck.
__monty__ has quit [Quit: leaving]
hedning has joined #nixos-chat
sir_guy_carleton has joined #nixos-chat
<tilpner> What have I done...
<tilpner> type = types.attrsOf (types.attrsOf (builtins.elemAt options.environment.files.type.functor.wrapped.getSubModules 0).submodule.options.files.type.functor.wrapped);
<ottidmes> tilpner: type = mapDef (file: value: if value != null && hostmap ? ${value} then hostmap.${value}.wan.address else value) (nullOr str);
<tilpner> O.o
<ottidmes> tilpner: I wanted only one place I had to define my hostname, based on the directory name :P so I made a custom type that allowed me to map over the values and their file locations, in this case I only map over values though, I have scarier examples :P