<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