<dhess> LnL: are there any examples of services in nix-darwin that create state, like in /var somewhere?
<LnL> did I commit postgres/redis?
<dhess> dunno, I'll poke around.
<dhess> How are you handling secrets? Any way to ensure they're not written to the store?
<LnL> ofborg is a good example for that
<dhess> oh ok, got it. Thanks!
<dhess> I'm asking because I may try my hand at a nix-darwin module for Wireguard.
Sonarpulse has quit [Ping timeout: 260 seconds]
hamishmack has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
hamishmack has joined #nix-darwin
the has joined #nix-darwin
the has quit [Changing host]
the has joined #nix-darwin
hamishmack has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
hamishmack has joined #nix-darwin
alexteves has quit [Remote host closed the connection]
adetokunbo has quit [Quit: This computer has gone to sleep]
adetokunbo has joined #nix-darwin
adetokunbo has quit [Ping timeout: 256 seconds]
adetokunbo has joined #nix-darwin
adetokunbo has quit [Read error: Connection reset by peer]
adetokunbo has joined #nix-darwin
adulteratedjedi has quit [Read error: Connection reset by peer]
adulteratedjedi has joined #nix-darwin
adetokunbo has quit [Quit: This computer has gone to sleep]
Lisanna has quit [Quit: Lisanna]
FRidh has joined #nix-darwin
adetokunbo has joined #nix-darwin
Lisanna has joined #nix-darwin
FRidh has quit [Quit: Konversation terminated!]
FRidh has joined #nix-darwin
philr has quit [Quit: WeeChat 2.1]
adetokunbo has quit [Quit: This computer has gone to sleep]
adetokunbo has joined #nix-darwin
adetokunbo has quit [Client Quit]
adetokunbo has joined #nix-darwin
adetokunbo has quit [Client Quit]
adetokunbo has joined #nix-darwin
adetokunbo has quit [Client Quit]
adetokunbo has joined #nix-darwin
adetokunbo has quit [Client Quit]
adetokunbo has joined #nix-darwin
adetokunbo has quit [Client Quit]
adetokunbo has joined #nix-darwin
adetokunbo has quit [Client Quit]
alexteves has joined #nix-darwin
FRidh has quit [Quit: Konversation terminated!]
adetokunbo has joined #nix-darwin
<gchristensen> LnL: 'round?
<LnL> yep, what's up?
<gchristensen> admin-Mac-mini:~ admin$ sudo systemsetup -setcomputersleep Off
<gchristensen> setcomputersleep: Never
<gchristensen> admin-Mac-mini:~ admin$ sudo systemsetup -getcomputersleep
<gchristensen> Computer Sleep: Never
<gchristensen> lgty?
<LnL> no idea :)
<gchristensen> haha cool
<LnL> but I also used systemsetup for timezone configuration
<gchristensen> it is time for my customary question
<LnL> hm?
<gchristensen> how the heck do I bootstrap it to get nix-store to work over SSH?
<gchristensen> I know the answer
<gchristensen> but how to do it nicely? less clear
<LnL> bootstrap what
<gchristensen> a new mac builder
<LnL> I usually just symlink ~/.bashrc
<LnL> or make the ssh key handle it, since it should probably only have access to nix anyway
<gchristensen> eh? I didn't think `ssh ...` read ~/.bashrc?
<LnL> yes, just not the gobal one
<gchristensen> ohhhh man
<gchristensen> this stuff is crazy
<LnL> I find sudo preserving HOME even stranger
<gchristensen> haha yea
<LnL> sudo sh -c 'echo $USER $HOME' # => root /Users/lnl
<gchristensen> even the most well intentioned lines of bash will bite you
<gchristensen> cat <<EOF | ssh $host cat > .bashrc
<gchristensen> haha
jtojnar has joined #nix-darwin
szicari has quit [Ping timeout: 256 seconds]
szicari has joined #nix-darwin