<johnw_>
hmm.. looks like go-bootstrap just broke today
johnw_ is now known as johnw
trcc has quit [Remote host closed the connection]
hamishmack has quit [Ping timeout: 264 seconds]
philr has quit [Ping timeout: 245 seconds]
nD5Xjz has quit [Ping timeout: 272 seconds]
nD5Xjz has joined #nix-darwin
<LnL>
I can take a look if its something I can hack on with train internet
philr has joined #nix-darwin
nD5Xjz has quit [Ping timeout: 246 seconds]
nD5Xjz has joined #nix-darwin
nD5Xjz has quit [Ping timeout: 264 seconds]
nD5Xjz has joined #nix-darwin
cmacrae has joined #nix-darwin
<cmacrae>
Hey Lnl o/ So, I mentioned the other week that it looks like my /nix/store is having its persmissions changed to root:nixbld after my system has been suspended. Just got started at a new job and the same thing is happening on my work MacBook. As far as I can see, I don't have any configuration that would make this happen (config is publicly viewable on github: cmacrae/.nixpkgs). There's got to be something I've done. I've checked and I
<cmacrae>
don't see any nix daemon. No process running when looking at ps, no launchd services exist for it. The only launchd services I have are 'activate-system' and 'nix-gc'. Any ideas why this'd be happening/where I should look?
<cmacrae>
If I chown /nix/store back to 'cmacrae:wheel' it works fine
<LnL>
oh!
<LnL>
org.nixos.activate-system could be the culprit
<cmacrae>
Ah really? I need that for the /run symlink to exist though, right?
carlosdagos has quit [Quit: Connection closed for inactivity]
<LnL>
yeah, but I think I generalized it at some point
<LnL>
hmm no, that's not it
<LnL>
aha, but the gc service runs as root
nD5Xjz has quit [Ping timeout: 252 seconds]
<cmacrae>
Ah okay ;)
<cmacrae>
Good shout!
<cmacrae>
So maybe that's the problem
<cmacrae>
I'll disable it and see how it goes
<LnL>
and that's because agents only start when a user is logged in, so for a builder it wouldn't run unless autologin is setup
<cmacrae>
Ahhh, okay yeah that makes sense!
<cmacrae>
I imagine that'll be it then
<cmacrae>
I've disabled it
<cmacrae>
Thank you! Much appreciated
nD5Xjz has joined #nix-darwin
<LnL>
I can add a warning, but I'm not sure how to solve it automatically
<LnL>
I don't like having the configuration depend on USER or other variables like that
<cmacrae>
Sure, I think a warning would be sufficient at this point. A user can set up nix-daemon if they want to use it, right?
<LnL>
yeah, or launchd.daemons."activate-system".serviceConfig.User = "foo";
<cmacrae>
Sure, makes sense
<cmacrae>
I gotta hop off for now - but: thank you again! Appreciate the prompt response as always
<cmacrae>
o/
cmacrae has quit [Remote host closed the connection]
philr has quit [Quit: WeeChat 2.2]
__monty__ has joined #nix-darwin
<__monty__>
How do I get w3m with images on mac os? I don't mind if I have to run xterm in xquartz to get them. nix-shell -p w3m doesn't seem to be enough.
<LnL>
what's the issue?
ghasshee has joined #nix-darwin
<__monty__>
The issue is images don't show.
<__monty__>
The google logo for example or google image search results.
ghasshee has quit [Ping timeout: 246 seconds]
<LnL>
hmm, guess something's probably off with the paths then